TcpClient::BeginConnect Method

 

Begins an asynchronous request for a remote host connection.

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

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

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

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

Return to top
Show: