Represents the payload type.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
SyntaxPublic Enumeration PayloadType
Members
| Member name | Value | Description |
---|
| Type0 | 0 |
Payload type 0.
|
| Type1 | 1 |
Payload type 1.
|
See Also