ComponentSpace FTP Class Library Reference

FtpClientComponent.BeginConnect Method

Initiates an asynchronous connect.

Overload List

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

See Also

FtpClientComponent Class | ComponentSpace.Ftp Namespace