ComponentSpace FTP Class Library Reference

FtpClient.BeginGetRemoteStatus Method

Initiates an asynchronous get remote status.

Overload List

Initiates an asynchronous get remote status.

public IAsyncResult BeginGetRemoteStatus();

Initiates an asynchronous get remote status that has a specified state object.

public IAsyncResult BeginGetRemoteStatus(object);

Initiates an asynchronous get remote status that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginGetRemoteStatus(object,AsyncCallback);

See Also

FtpClient Class | ComponentSpace.Ftp Namespace