BsonStreamAdapterBaseStream Property |
Gets the base stream.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public Stream BaseStream { get; }
Public ReadOnly Property BaseStream As Stream
Get
member BaseStream : Stream with get
Property Value
Type:
Stream
The base stream.
See Also