ComponentSpace FTP Class Library Reference

FtpClient.CommandTraced Event

Occurs when a command is being sent or a command reply has been received. This event may be used to trace commands and replies.

[Visual Basic]
Public Event CommandTraced As CommandTracedEventHandler
[C#]
public event CommandTracedEventHandler CommandTraced;

Event Data

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

Property Description
CommandTraceEntryType Gets the command trace entry type.
TraceText Gets the trace text.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace