搜索资源列表
AsynchronousSocket
- C# TCP/IP 异步通信类 事件驱动-C# TCP/IP class of event-driven asynchronous communication
code
- TCP异步通信编程实例,基于C#语言开发,实现异步通信面向连接的程序设计。-failed to translate
TCPS
- tcp服务器,采用异步socket通信,比较简单的例子程序-tcp server using asynchronous socket communication, relatively simple example program
AsyncSocketFileServer
- C#写的异步传输文件的源代码,适合初学者学习参考.-C# asynchronous transfer files to write the source code, suitable for beginners to learn information.
KK
- 这是一个用c#开发的异步传输文件的例子,可以供大家参考udp通讯-This is a development with c# asynchronous transfer files examples for your reference udp communication
AsyncTCPMessage
- 该程序分为客户端与服务器端两个,以异步传输的TCP通讯机制实现了网络通讯。改程序为控制台应用程序。需要同时运行两个实例分别运行服务器端与客户端方可看到效果。-The program is divided into two client and server side, asynchronous communication mechanism of transmission of the TCP implements network communication. Reform program fo
CSharp(UDP-TCP)
- C#完整的通信代码详解(点对点,点对多,同步,异步,UDP,TCP)-C# complete communication code Comments (point to point, point to multipoint, synchronous, asynchronous, UDP, TCP)
TCP-cSharp
- TCP 通讯 客户端 服务器端 同步和异步处理完整代码-tcp C#
TcpClientRecive
- 基于TCP/ip协议的socket通信,此代码为自己写的一个类,只要传入服务端的地址和端口就可以,此为异步通信方式(TCP/ip protocol based on the socket communication, this code for yourself to write a class, as long as the incoming server address and port can be, this is asynchronous communication mode)
Ntty.RPC.NETClient
- Netty是一个高性能、异步事件驱动的NIO框架,它提供了对TCP、UDP和文件传输的支持,作为一个异步NIO框架,Netty的所有IO操作都是异步非阻塞的,通过Future-Listener机制,用户可以方便的主动获取或者通过通知机制获得IO操作结果。 作为当前最流行的NIO框架,Netty在互联网领域、大数据分布式计算领域、游戏行业、通信行业等获得了广泛的应用,一些业界著名的开源组件也基于Netty的NIO框架构建。(Netty is a high-performance, async