本文介绍了VB.NET中与TCPClient的TCP客户端/服务器通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在没有TcpListener的情况下在TCPClient中接收消息?我不希望我的聊天客户端要求端口转发,而且,TcpListener将错误消息弄乱了主机,提示该端口上已经存在一个侦听器.

How do I Receive messages in my TCPClient without a TcpListener? I don''t want my chat client to require port forwarding, Also, the TcpListener messes up the host with a error message saying there is already a listener on that port.
How do I accomplish this?

推荐答案


这篇关于VB.NET中与TCPClient的TCP客户端/服务器通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 07:41
查看更多