Click or drag to resize

CommandResponseMessage Properties

The CommandResponseMessage type exposes the following members.

Properties
  NameDescription
Public propertyMayBeCompressed
Gets the flag whether the message may be compressed or not.
(Inherited from MongoDBMessage.)
Public propertyMessageType
Gets the type of the message.
(Overrides ResponseMessageMessageType.)
Public propertyRequestId
Gets the request identifier.
(Inherited from ResponseMessage.)
Public propertyResponseTo
Gets the identifier of the message this is a response to.
(Inherited from ResponseMessage.)
Public propertyWrappedMessage
Gets the wrapped message.
Top
See Also