搜索资源列表
CsharpSocket
- csharp有关异步网络套接字的使用,里面是最基本的异步网络连接和发送数据-CSharp concerned the use of asynchronous network socket, which is the most basic asynchronous network connectivity and send data
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
CSharpSocket
- C# Socket 同步通信与异步通信 示例源码,清晰介绍CSharp中利用Socket实现网络通信。-C# Socket example of synchronous communication and asynchronous communication source, the use of a clear descr iption CSharp Socket network communication.
cSharpSocket
- c# socket程序代码,包括服务端和客户端 -c# socket code, including server and client
CSharpSOCKET
- C#基于TCP listener 与TCP client 实现 异步多线程 网络聊天工具-C# based and TCP client TCP listener asynchronous multi-threaded network chat tool
CSharpSocket
- C#Socket编程同步以及异步通信,有详细代码说明-C# Socket Programming synchronous and asynchronous communication, a detailed descr iption of the code
CSharpSocket
- c# socket 定时批量上传文件,包含客户端和服务器端代码-c# socket timed bulk upload file that contains the client and server side code