Socket::BeginConnect Method
.NET Framework (current version)
Begins an asynchronous request for a remote host connection.
Assembly: System (in System.dll)
| 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(array<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. |
Show:
