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 (Int32)

Initiailizes a new instance of the TCPListener class that listens on the specified port.

[Visual Basic]
Overloads Public Sub New( _
   ByVal port As Integer _
)
[C#]
public TCPListener(
   int port
);
[C++]
public: TCPListener(
   int port
);
[JScript]
public function TCPListener(
   port : int
);

Parameters

port
The port to listen on.

See Also

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