Initiates an asynchronous connect.
Initiates an asynchronous connect.
public IAsyncResult BeginConnect();
Initiates an asynchronous connect using the specified state object.
public IAsyncResult BeginConnect(object);
Initiates an asynchronous connect using the specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.
public IAsyncResult BeginConnect(object,AsyncCallback);