Class CommandMessageSection
- Namespace
- MongoDB.Driver.Core.WireProtocol.Messages
- Assembly
- MongoDB.Driver.Core.dll
Represents a CommandMessage section.
public abstract class CommandMessageSection
- Inheritance
-
CommandMessageSection
- Derived
- Inherited Members
Properties
PayloadType
Gets the type of the payload.
public abstract PayloadType PayloadType { get; }
Property Value
- PayloadType
The type of the payload.