Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Written using C # 2010 send and receive informatio
4.0
In the .NET Framework System.Net.Sockets namespace, you can find two common TcpListener and TcpClient classes that encapsulate a number of methods on the Socket class. Which TcpListener class provides a simple method for listening and accept incoming connection requests in blocking synchronous mode, and TcpClient class also provides a simple method for blocking in synchronous mode to connect to the network, send and receive stream data.
twc07
2016-08-23
0
1
No more~