开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜