Click or drag to resize

MessageBuffer Methods

The MessageBuffer type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPush(Byte)
Pushes the specified value onto the buffer.
Public methodPush(Byte, Int32, Int32)
Pushes the specified value onto the buffer.
Public methodToString (Inherited from Object.)
Public methodTryPop
Tries to pop a server command from the buffer.
Top
See Also