【发布时间】:2020-12-17 06:50:32
【问题描述】:
我正在尝试获取传入客户端连接请求的 IP:
1_ My computer scan all the IP in my network
2_ When it find a valid IP , it send to it a connection request
3_ The destination computer will have to get the IP of the client that is sending a connection request and create a
New TcpListener(ClientTriyngToConnectIP,64535)
那么有办法获取尝试连接到我的计算机的客户端的 IP 吗?
【问题讨论】:
-
TcpListener 不是这样工作的。
标签: vb.net sockets tcp ip client