C# (CSharp) AsyncSocketSample Namespace

Classes

Name Description
Server Implements the connection logic for the socket server. After accepting a connection, all data read from the client is sent back to the client. The read and echo back to the client pattern is continued until the client disconnects.