MessageBinaryEncoderBaseEncoding Property |
Gets the encoding.
Namespace: MongoDB.Driver.Core.WireProtocol.Messages.Encoders.BinaryEncodersAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntaxprotected UTF8Encoding Encoding { get; }
Protected ReadOnly Property Encoding As UTF8Encoding
Get
member Encoding : UTF8Encoding with get
Property Value
Type:
UTF8Encoding
The encoding.
See Also