TcpListener不包含" AcceptSocket"的定义。

时间:2017-03-14 06:35:04

标签: c# visual-studio tcpclient tcpserver

This is the error screenshot当我在Vs2017中编写TcpClient-Server程序时出现问题。

for(var i = 0; i < custominfo.length; i++){
   console.log(custominfo[i])
}

它表示TcpListner不包含不包含此类方法。 请帮忙。完整代码可在https://www.codeproject.com/Articles/1415/Introduction-to-TCP-client-server-in-C

找到

谢谢和问候, T.S。

1 个答案:

答案 0 :(得分:1)

上面代码中发生的事情是使用.NET Framework Console应用程序而不是使用.NET Core,而不是提供错误的兼容的.NET Core。原因是MS站点为所有以前的程序使用.NET Core,尽管如此。