gpt4 book ai didi

c# - System.Net.Sockets 命名空间中缺少 TCPListener

转载 作者:太空宇宙 更新时间:2023-11-03 17:37:15 24 4
gpt4 key购买 nike

我正在使用根据 this 的 TCPListener页面应该在 System.Net.Sockets 中,我有

using System.Net;
using System.Net.Sockets;
...
TCPListener tcpListener = new TCPListener(10);

Visual Studio 产生以下错误

Error 1 The type or namespace name 'TCPListener' could not be found (are you missing a using directive or an assembly reference?) C:\path\WindowsService.cs 85 13 Windows Service Test1



我错过了什么?

最佳答案

您需要正确拼写:它是 TcpListener ,而不是 TCPListener . C# 区分大小写。

关于c# - System.Net.Sockets 命名空间中缺少 TCPListener,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/996049/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com