Overload List

  Name Description
Public method BeginConnect(EndPoint, AsyncCallback, Object)
Begins an asynchronous request for a connection to a network device.
Public method 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.
(Inherited from Socket.)
Public method 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.
(Inherited from Socket.)
Public method BeginConnect(String, Int32, AsyncCallback, Object)
Begins an asynchronous request for a connection to a network device.

See Also