ComponentSpace FTP Class Library Reference

FtpClient.QuoteCommandCompleted Event

Occurs when the quote command has completed.

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

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

BeginSendQuoteCommand is used in asynchronous processing to raise the QuoteCommandCompleted event when the quote command has completed.

EndSendQuoteCommand is used to complete the operation initiated by a call to BeginSendQuoteCommand and get the quote reply when the QuoteCommandCompleted event is raised.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace