Socket无法通过防火墙的问题

无论是配好端口还是例外的应用程序都不行

更改本地终结点为

socket.Bind(new IPEndPoint(IPAddress.Any, 92));

IPAddress.Any

 

不要使用127.0.0.1

不要使用127.0.0.1

不要使用127.0.0.1

posted @ 2018-05-04 09:35  AnAng  阅读(835)  评论(0编辑  收藏  举报