SocketTools .NET Edition

NntpClient.CommandEventArgs Class

Provides data for the OnCommand event.

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

System.Object
   System.EventArgs
      SocketTools.NntpClient.CommandEventArgs

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

See Also

NntpClient.CommandEventArgs Members | SocketTools Namespace