IEncodableMessage Interface |
Represents an encodable message.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages.Encoders
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
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