Socket.BeginConnect Method
.NET Framework 4
Begins an asynchronous request for a remote host connection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginConnect(EndPoint, AsyncCallback, Object) | Begins an asynchronous request for a remote host connection. |
|
BeginConnect(IPAddress, Int32, AsyncCallback, Object) | Begins an asynchronous request for a remote host connection. The host is specified by an IPAddress and a port number. |
|
BeginConnect(IPAddress[], Int32, AsyncCallback, Object) | Begins an asynchronous request for a remote host connection. The host is specified by an IPAddress array and a port number. |
|
BeginConnect(String, Int32, AsyncCallback, Object) | Begins an asynchronous request for a remote host connection. The host is specified by a host name and a port number. |