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

Property Description
Message Gets the message

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace