Click or drag to resize

MessageProt Class

Protection code of a Message.
Inheritance Hierarchy
SystemObject
  OBCOM.NetClientMessageProt

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public sealed class Prot

The MessageProt type exposes the following members.

Constructors
  NameDescription
Public methodMessageProt
Initializes a new instance of the MessageProt class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberForceMessage
Force message for client [0].
Public fieldStatic memberForceReboot
Force reboot the client [3].
Public fieldStatic memberMessage
Message for client [4].
Public fieldStatic memberReboot
Reboot the client [$].
Public fieldStatic memberRebootGranted
Reboot permission granted [5].
Public fieldStatic memberShutdown
Shutdown the client [1].
Top
See Also