Table of Contents

Method WriteBinaryData

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

WriteBinaryData(IBsonWriter, string, BsonBinaryData)

Writes a BSON binary data element to the writer.

public static void WriteBinaryData(this IBsonWriter writer, string name, BsonBinaryData binaryData)

Parameters

writer IBsonWriter

The writer.

name string

The name of the element.

binaryData BsonBinaryData

The binary data.