Namespace MongoDB.Driver.Core.WireProtocol
The MongoDB.Driver.Core.WireProtocol namespace contains classes related to the wire protocol.
Structs
- CursorBatch<TDocument>
Represents one result batch (returned from either a Query or a GetMore message)
Interfaces
- IBinaryCommandFieldEncryptor
Interface for decrypting fields in a binary document.
- IBinaryDocumentFieldDecryptor
Interface for decrypting fields in a binary document.
Enums
- CommandResponseHandling
Instructions for handling the response from a command.