TcpClient Constructor ()
.NET Framework (current version)
Initializes a new instance of the TcpClient class.
Assembly: System (in System.dll)
This constructor creates a new TcpClient and allows the underlying service provider to assign the most appropriate local IP address and port number. You must first call the Connect method before sending and receiving data.
Note |
|---|
This constructor works only with IPv4 address types. |
Note |
|---|
This member outputs trace information when you enable network tracing in your application. For more information, see Network Tracing in the .NET Framework. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
