SocketTools .NET Edition

FtpClient.CommandEventArgs Class

Provides data for the OnCommand event.

For a list of all members of this type, see FtpClient.CommandEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.FtpClient.CommandEventArgs

[Visual Basic]
Public Class FtpClient.CommandEventArgs
    Inherits EventArgs
[C#]
public class FtpClient.CommandEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

CommandEventArgs specifies the result code and result string for the last command executed by the server.

The OnCommand event occurs whenever a command is executed on the server.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FtpClient (in SocketTools.FtpClient.dll)

See Also

FtpClient.CommandEventArgs Members | SocketTools Namespace