Click or drag to resize
BsonBinaryWriter Properties

The BsonBinaryWriter type exposes the following members.

Properties
  NameDescription
Public propertyBaseStream
Gets the base stream.
Public propertyBsonStream
Gets the BSON stream.
Public propertyDisposed
Gets whether the BsonWriter has been disposed.
(Inherited from BsonWriter.)
Protected propertyName
Gets the name of the element being written.
(Inherited from BsonWriter.)
Public propertySerializationDepth
Gets the current serialization depth.
(Inherited from BsonWriter.)
Public propertySettings
Gets the settings of the writer.
(Inherited from BsonWriter.)
Public propertyState
Gets the current state of the writer.
(Inherited from BsonWriter.)
Top
See Also