The CustomMessage type exposes the following members.

Constructors

  NameDescription
Public methodCustomMessage
Initializes a new instance of the CustomMessage class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadBoolean
Reads a bool from the response stream. Do not use with custom handlers (Header.CustomMessageType == ServerNotification).
Public methodReadByte
Reads a byte from the response stream. Do not use with custom handlers (Header.CustomMessageType == ServerNotification).
Public methodReadChar
Reads a char from the response stream. Do not use with custom handlers (Header.CustomMessageType == ServerNotification).
Public methodReadDouble
Reads the double. Do not use with custom handlers (Header.CustomMessageType == ServerNotification).
Public methodReadInt16
Reads an Int16 from the response stream. Do not use with custom handlers (Header.CustomMessageType == ServerNotification).
Public methodReadInt32
Reads an Int32 from the response stream. Do not use with custom handlers (Header.CustomMessageType == ServerNotification).
Public methodReadInt64
Reads an Int64 from the response stream. Do not use with custom handlers (Header.CustomMessageType == ServerNotification).
Public methodReadString
Reads a string from the response stream. Do not use with custom handlers ( Header.CustomMessageType == ServerNotification).
Public methodReadStrings
Reads the strings from the response stream.
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyEventId
Gets the event ID.
Public propertyHeader
Gets the header.
Public propertyObjectId
Gets the object ID for this request.
Public propertyObjectType
Gets the object type.

See Also