An NDoc Documented Class Library

FTPConnection.ReplyReceived Event

Occurs when a reply is received from the server.

public event FTPMessageHandler ReplyReceived;

Event Data

The event handler receives an argument of type FTPMessageEventArgs containing data related to this event. The following FTPMessageEventArgs properties provide information specific to this event.

Property Description
ConnectionInstanceNumber Identifies the pooled connection on which the task is running.
IsGuiThread Indicates whether or not the event-handler has been invoked on the GUI thread.
Message Gets the message
TaskID Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace