开发者

Good C# bidirectional socket client implementation?

开发者 https://www.devze.com 2023-04-11 19:54 出处:网络
I cant find any good implementations in c# of a bidirectional socket client. An ideal implementation will try to connect the socket until it succeed. Then it will start receiveing messages and at the

I cant find any good implementations in c# of a bidirectional socket client. An ideal implementation will try to connect the socket until it succeed. Then it will start receiveing messages and at the same time s开发者_运维知识库hall I be abel to send messages to the socket server.

Does any bode have a good example of this?

Thanks!


System.Net.Sockets.TcpClient is bi-directional.

0

精彩评论

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

关注公众号