TcpClient Constructor
.NET Framework (current version)
Initializes a new instance of the TcpClient class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | TcpClient() | Initializes a new instance of the TcpClient class. |
![]() | TcpClient(AddressFamily) | Initializes a new instance of the TcpClient class with the specified family. |
![]() | TcpClient(IPEndPoint^) | Initializes a new instance of the TcpClient class and binds it to the specified local endpoint. |
![]() | TcpClient(String^, Int32) | Initializes a new instance of the TcpClient class and connects to the specified port on the specified host. |
Show:
