ComponentSpace FTP Class Library Reference

FtpClient.BeginGetRemoteSystemInfo Method

Initiates an asynchronous get remote system information.

Overload List

Initiates an asynchronous get remote system information.

public IAsyncResult BeginGetRemoteSystemInfo();

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

public IAsyncResult BeginGetRemoteSystemInfo(object);

Initiates an asynchronous get remote system information 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 BeginGetRemoteSystemInfo(object,AsyncCallback);

See Also

FtpClient Class | ComponentSpace.Ftp Namespace