TcpClient::ConnectAsync Method
.NET Framework (current version)
Connects the client to a remote TCP host using the specified host name and port number as an asynchronous operation.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectAsync(IPAddress^, Int32) | Connects the client to a remote TCP host using the specified IP address and port number as an asynchronous operation. |
![]() | ConnectAsync(array<IPAddress^>^, Int32) | Connects the client to a remote TCP host using the specified IP addresses and port number as an asynchronous operation. |
![]() | ConnectAsync(String^, Int32) | Connects the client to the specified TCP port on the specified host as an asynchronous operation. |
Show:
