TcpListener::Create Method (Int32)
.NET Framework (current version)
Creates a new TcpListener instance to listen on the specified port.
Assembly: System (in System.dll)
Parameters
- port
-
Type:
System::Int32
The port on which to listen for incoming connection attempts.
Return Value
Type: System.Net.Sockets::TcpListener^Returns TcpListener.
A new TcpListener instance to listen on the specified port.
.NET Framework
Available since 4.5
Available since 4.5
Show: