Click or drag to resize

InsertMessageBinaryEncoderTDocument Constructor

Namespace:  MongoDB.Driver.Core.WireProtocol.Messages.Encoders.BinaryEncoders
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public InsertMessageBinaryEncoder(
	Stream stream,
	MessageEncoderSettings encoderSettings,
	IBsonSerializer<TDocument> serializer
)

Parameters

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