An NDoc Documented Class Library

FTPConnection.CommandSent Event

Occurs when 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

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace