Networking
suggest changeSyntax
- TcpClient(string host, int port);
Remarks
You can get the NetworkStream from a TcpClient with client.GetStream() and pass it into a StreamReader/StreamWriter to gain access to their async read and write methods.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents