SocketTools .NET Edition

HttpClient.CommandEventArgs Class

Provides data for the OnCommand event.

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

System.Object
   System.EventArgs
      SocketTools.HttpClient.CommandEventArgs

[Visual Basic]
Public Class HttpClient.CommandEventArgs
    Inherits EventArgs
[C#]
public class HttpClient.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.HttpClient (in SocketTools.HttpClient.dll)

See Also

HttpClient.CommandEventArgs Members | SocketTools Namespace