Represents an encodable message.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages.Encoders
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic interface IEncodableMessage
Public Interface IEncodableMessage
type IEncodableMessage = interface end
The IEncodableMessage type exposes the following members.
Methods | Name | Description |
---|
 | GetEncoder |
Gets an encoder for the message from an encoder factory.
|
Top
See Also