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 );
TCPListener Class | TCPListener Members | System.Net.Sockets Namespace | TCPListener Constructor Overload List