Table of Contents

Class Type0CommandMessageSection

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

Represents a Type 0 CommandMessage section.

public abstract class Type0CommandMessageSection : CommandMessageSection
Inheritance
Type0CommandMessageSection
Derived
Inherited Members

Constructors

Type0CommandMessageSection(object, IBsonSerializer)

Initializes a new instance of the Type0CommandMessageSection<TDocument> class.

Properties

Document

Gets the document.

DocumentSerializer

Gets the document serializer.

PayloadType

Gets the type of the payload.

See Also