SocketExtensionsConnectAsync Method

Overload List

ConnectAsync(Socket, EndPoint) Makes an asynchronous request for a remote host connection.
ConnectAsync(Socket, IPAddress, Int32) Makes an asynchronous request for a remote host connection.

The host is specified by an IPAddress and port number.

ConnectAsync(Socket, IPAddress, Int32) Makes an asynchronous request for a remote host connection.

The host is specified by an IPAddress array and a port number.

ConnectAsync(Socket, String, Int32) Makes an asynchronous request for a remote host connection.

The host is specified by a hostname and port number.

See Also