DotMSN

ProxySocket.BeginConnect Method

Begins an asynchronous request for a connection to a network device.

Overload List

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);

See Also

ProxySocket Class | Org.Mentalis.Network.ProxySocket Namespace