Table of Contents

Class ResponseMessage

Namespace
MongoDB.Driver.Core.WireProtocol.Messages
Assembly
MongoDB.Driver.Core.dll

Represents a base class for response messages.

public abstract class ResponseMessage : MongoDBMessage, IEncodableMessage
Inheritance
ResponseMessage
Implements
Derived
Inherited Members

Constructors

ResponseMessage(int, int)

Initializes a new instance of the ResponseMessage class.

Properties

MessageType

Gets the type of the message.

RequestId

Gets the request identifier.

ResponseTo

Gets the identifier of the message this is a response to.