Begins an asynchronous request for a connection to a network device.
Begins an asynchronous request for a connection to a network device.
new public IAsyncResult BeginConnect(EndPoint,AsyncCallback,object);
Inherited from Socket.
public IAsyncResult BeginConnect(IPAddress,int,AsyncCallback,object);
Inherited from Socket.
public IAsyncResult BeginConnect(IPAddress[],int,AsyncCallback,object);
Begins an asynchronous request for a connection to a network device.
new public IAsyncResult BeginConnect(string,int,AsyncCallback,object);
ProxySocket Class | Org.Mentalis.Network.ProxySocket Namespace