Click or drag to resize

BsonBinaryReader Properties

The BsonBinaryReader type exposes the following members.

Properties
  NameDescription
Public propertyBaseStream
Gets the base stream.
Public propertyBsonStream
Gets the BSON stream.
Public propertyCurrentBsonType
Gets the current BsonType.
(Inherited from BsonReader.)
Protected propertyCurrentName
Gets the current name.
(Inherited from BsonReader.)
Protected propertyDisposed
Gets whether the BsonReader has been disposed.
(Inherited from BsonReader.)
Public propertySettings
Gets the settings of the reader.
(Inherited from BsonReader.)
Public propertyState
Gets the current state of the reader.
(Inherited from BsonReader.)
Top
See Also