NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TCPListener Class

The TCPListener class provide TCP services at a higher level of abstraction than the Socket class. TCPListener is used to create a host process that listens for connections from TCP clients.

Object
   TCPListener

[Visual Basic]
Public Class TCPListener
[C#]
public class TCPListener
[C++]
public __gc class TCPListener
[JScript]
public class TCPListener

Remarks

The TCPListener class builds upon the Socket class to provide TCP services at a higher level of abstraction. Application level protocols such as FTP and HTTP are built on the TCPListener class.

Requirements

Namespace: System.Net.Sockets

Assembly: System.net.dll

See Also

TCPListener Members | System.Net.Sockets Namespace