ComponentSpace FTP Class Library Reference

FtpClient.SiteCommandCompleted Event

Occurs when the site command has completed.

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

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

BeginSendSiteCommand is used in asynchronous processing to raise the SiteCommandCompleted event when the site command has completed.

EndSendSiteCommand is used to complete the operation initiated by a call to BeginSendSiteCommand and get the site reply when the SiteCommandCompleted event is raised.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace