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 Constructor (IPEndPoint)

Initializes a new instance of the TCPListener class with the specified local end point.

[Visual Basic]
Overloads Public Sub New( _
   ByVal localEP As IPEndPoint _
)
[C#]
public TCPListener(
   IPEndPoint localEP
);
[C++]
public: TCPListener(
   IPEndPoint* localEP
);
[JScript]
public function TCPListener(
   localEP : IPEndPoint
);

Parameters

localEP
The local end point to bind the listener connection to.

See Also

TCPListener Class | TCPListener Members | System.Net.Sockets Namespace | TCPListener Constructor Overload List