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