Overload List
| Name | Description | |
|---|---|---|
| BeginConnect(String, Int32, AsyncCallback, Object) | Begins an asynchronous request for a remote host connection. The remote host is specified by a host name (String) and a port number (Int32). (Inherited from TcpClient.) | |
| BeginConnect(IPAddress, Int32, AsyncCallback, Object) | Begins an asynchronous request for a remote host connection. The remote host is specified by an IPAddress and a port number (Int32). (Inherited from TcpClient.) | |
| BeginConnect(array<IPAddress>[](), Int32, AsyncCallback, Object) | Begins an asynchronous request for a remote host connection. The remote host is specified by an IPAddress array and a port number (Int32). (Inherited from TcpClient.) |