BsonStreamAdapterBaseStream Property |
Gets the base stream.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
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