Domanda

What is the difference between TCP listener and TCP server? I want to communicate with some devices using TCP/IP protocol and want PC to organize the communication by using C#.

È stato utile?

Soluzione

The .NET class TcpListener implements a TCP server. That’s how the two terms are related. So if you want a TCP server in your application, use the TcpListener.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top