Overload List
Name | Description | |
---|---|---|
![]() |
BeginConnect(EndPoint, AsyncCallback, Object) |
Begins an asynchronous request for a connection to a network device.
|
![]() |
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.) |
![]() |
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.) |
![]() |
BeginConnect(String, Int32, AsyncCallback, Object) |
Begins an asynchronous request for a connection to a network device.
|