An NDoc Documented Class Library

FTPClient.CommandSent Event

Triggered every time a command is sent to the server.

public event FTPMessageHandler CommandSent;

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