Click or drag to resize
JsonMessageEncoderFactory Constructor (TextReader, TextWriter, MessageEncoderSettings)
Initializes a new instance of the JsonMessageEncoderFactory class.

Namespace: MongoDB.Driver.Core.WireProtocol.Messages.Encoders.JsonEncoders
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public JsonMessageEncoderFactory(
	TextReader textReader,
	TextWriter textWriter,
	MessageEncoderSettings encoderSettings
)

Parameters

textReader
Type: System.IOTextReader
The text reader.
textWriter
Type: System.IOTextWriter
The text writer.
encoderSettings
Type: MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettings
The encoder settings.
See Also