Method WriteRawBsonDocument
WriteRawBsonDocument(IByteBuffer)
Writes a raw BSON document.
public virtual void WriteRawBsonDocument(IByteBuffer slice)Parameters
- sliceIByteBuffer
- The byte buffer containing the raw BSON document. 
Writes a raw BSON document.
public virtual void WriteRawBsonDocument(IByteBuffer slice)slice IByteBufferThe byte buffer containing the raw BSON document.