Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft