Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 WCF 上使用原始套接字编程需要哪些实际的、现实的情况?我知道性能是一个,但还有其他的吗?
在某些情况下,您正在与需要通过套接字进行通信的第三方系统进行通信(我们必须使用一个)。
当连接另一端的软件对 .NET 或 WCF 一无所知时 - WCF netTcpBinding 假定两端都使用 WCF 实现。
假设您需要从不支持 WCF 通信的外部设备发送接收命令。 假设您想将一些命令传递给连接到您的串行端口的设备。