Class CommandResponseMessage
- Namespace
- MongoDB.Driver.Core.WireProtocol.Messages
- Assembly
- MongoDB.Driver.Core.dll
Represents a command response message.
public class CommandResponseMessage : ResponseMessage, IEncodableMessage
- Inheritance
-
CommandResponseMessage
- Implements
- Inherited Members
Constructors
- CommandResponseMessage(CommandMessage)
Initializes a new instance of the CommandRequestMessage class.
Properties
- MessageType
Gets the type of the message.
- WrappedMessage
Gets the wrapped message.
Methods
- GetEncoder(IMessageEncoderFactory)
Gets an encoder for the message from an encoder factory.