Namespace MongoDB.Driver.Core.WireProtocol.Messages
Classes
- CommandMessage
Represents a command message.
- CommandMessageSection
Represents a CommandMessage section.
- CommandRequestMessage
Represents a command request message.
- CommandResponseMessage
Represents a command response message.
- CompressedMessage
Represents a compressed message.
- MongoDBMessage
Represents a base class for messages.
- QueryMessage
Represents a Query message.
- ReplyMessage<TDocument>
Represents a Reply message.
- RequestMessage
Represents a base class for request messages.
- ResponseMessage
Represents a base class for response messages.
- Type0CommandMessageSection
Represents a Type 0 CommandMessage section.
- Type0CommandMessageSection<TDocument>
Represents a Type 0 CommandMessage section.
- Type1CommandMessageSection
Represents a Type 1 CommandMessage section.
- Type1CommandMessageSection<TDocument>
Represents a Type 1 CommandMessage section.
Enums
- MongoDBMessageType
Represents the type of message.
- PayloadType
Represents the payload type.