Click or drag to resize
BinaryWriterBaseStream Property
Gets the underlying stream of the BinaryWriter.

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 BinaryWriter.
See Also