Share via


StreamWriter.BaseStream Property

Gets the underlying stream that interfaces with a backing store.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual Stream BaseStream { get; }

Property Value

The stream this StreamWriter is writing to.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

StreamWriter Class
StreamWriter Members
System.IO Namespace