Click or drag to resize
GetMoreMessageBinaryEncoder Constructor
Initializes a new instance of the GetMoreMessageBinaryEncoder class.

Namespace: MongoDB.Driver.Core.WireProtocol.Messages.Encoders.BinaryEncoders
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public GetMoreMessageBinaryEncoder(
	Stream stream,
	MessageEncoderSettings encoderSettings
)

Parameters

stream
Type: System.IOStream
The stream.
encoderSettings
Type: MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettings
The encoder settings.
See Also