Click or drag to resize

GetMoreMessageJsonEncoder Constructor

Initializes a new instance of the GetMoreMessageJsonEncoder class.

Namespace:  MongoDB.Driver.Core.WireProtocol.Messages.Encoders.JsonEncoders
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public GetMoreMessageJsonEncoder(
	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