An NDoc Documented Class Library

FTPClient.ReplyReceived Event

Triggered every time 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 property provides information specific to this event.

Property Description
Message Gets the message

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace