Method WriteBinaryData
WriteBinaryData(IBsonWriter, string, BsonBinaryData)
Writes a BSON binary data element to the writer.
Parameters
writer
IBsonWriter The writer.
name
stringThe name of the element.
binaryData
BsonBinary Data The binary data.