recieve message from port in TCP connection using c#
how can I read message from TCP connection port and 开发者_StackOverflow中文版convert it to string using c#?
TcpListener, TcpListener.AcceptTcpClient, TcpClient, TcpClient.GetStream, StreamReader, Encoding.
This should get you started. MSDN has plenty examples.
精彩评论