ComponentSpace FTP Class Library Reference

FtpClient.GetRemoteSystemInfoCompleted Event

Occurs when the get remote system info has completed.

[Visual Basic]
Public Event GetRemoteSystemInfoCompleted As FtpOperationCompletedEventHandler
[C#]
public event FtpOperationCompletedEventHandler GetRemoteSystemInfoCompleted;

Event Data

The event handler receives an argument of type FtpOperationCompletedEventArgs containing data related to this event. The following FtpOperationCompletedEventArgs property provides information specific to this event.

Property Description
AsyncResult Gets the result of the asynchronous send operation.

Remarks

BeginGetRemoteSystemInfo is used in asynchronous processing to raise the GetRemoteSystemInfoCompleted event when the get remote system info has completed.

EndGetRemoteSystemInfo is used to complete the operation initiated by a call to BeginGetRemoteSystemInfo and get the get remote system info status when the GetRemoteSystemInfoCompleted event is raised.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace