BinaryStreamBaseStream Property
Gets the underlying stream associated with the BinaryStream instance.
Namespace: SnapDB.IO.UnmanagedAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
function get_BaseStream();
Property Value
ISupportsBinaryStreamThe underlying stream.
The BaseStream property provides access to the stream that this BinaryStream instance operates on.
It can be used for reading data from and writing data to the underlying stream.