搜索资源列表
AsyncTcp
- c# 异步tcpClient数组连接 发送 接收,与 循环监听 tcplistener-c# syn Client and server
CSharp-Network
- CSharp 通过TcpClient,TcpListener实现网络通讯。TcpListener 类提供一些简单方法,用于在阻止同步模式下侦听和接受传入连接请求。TcpClient 类提供了一些简单的方法,用于在同步阻止模式下通过网络来连接、发送和接收流数据。-And CSharp through TcpClient, TcpListener network communications. The TcpListener class provides simple methods, to lis
WindowsFormsApplicationTcpClient
- windowsform TcpClient程序,实现了windowsform下TcpClient的通讯。
UDPDaDong
- UDP打洞测试程序,实现点对点信息传输,C#提供了Sockets来进行套接字的编程,里面包含了TcpClient和UdpClient。用过的大家都知道Tcp发送消息更安全,而Udp传送数据容易丢包,但速度快,能穿越防火墙。目前比较流行的QQ聊天工具底层传输协议用户的就是Udp协议(不知道现在该没)。-UDP hole punching test program, peer-to-peer information transmission, C# Sockets to socket program
TcpListener
- TCP Listener Private server As TcpListener Private maxConnections As Integer = 10 Private clients(maxConnections) As TcpClient Private streams(maxConnections) As NetworkStream Private status(maxConnections) As Boolean Private clie
TcpClient
- tcp clien testing comms to clients tcp on network
TcpClient VB
- VB.NET 与欧姆龙PLCfins协议通讯(VB.NET and OMRON PLCfins protocol communication)
