摘要:
using System.Net; using System.Net.Sockets; using System.Text; public class SynchronousSocketClient { public static void StartClient() { // Data buffer for incoming data. byte[] bytes = new byte[1024]... 阅读全文
posted @ 2009-02-23 14:24
漓石
阅读(509)
评论(0)
推荐(0)
摘要:
using System; using System.Net; using System.Net.Sockets; using System.Threading; using System.Text; // State object for receiving data from remote device. public class StateObject { // Client socket.... 阅读全文
posted @ 2009-02-23 14:23
漓石
阅读(1189)
评论(0)
推荐(0)
浙公网安备 33010602011771号