Socket::BeginConnect Method

 

Begins an asynchronous request for a remote host connection.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodBeginConnect(EndPoint^, AsyncCallback^, Object^)

Begins an asynchronous request for a remote host connection.

System_CAPS_pubmethodBeginConnect(IPAddress^, Int32, AsyncCallback^, Object^)

Begins an asynchronous request for a remote host connection. The host is specified by an IPAddress and a port number.

System_CAPS_pubmethodBeginConnect(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.

System_CAPS_pubmethodBeginConnect(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.

Return to top
Show: