Click or drag to resize
BinaryReaderBaseStream Property
Exposes access to the underlying stream of the BinaryReader.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual Stream BaseStream { get; }

Return Value

Type: Stream
The underlying stream associated with the BinaryReader.
See Also