Share via


BaseStream Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the underlying stream that interfaces with a backing store.

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

Syntax

'Declaration
Public Overridable ReadOnly Property BaseStream As Stream
public virtual Stream BaseStream { get; }
public:
virtual property Stream^ BaseStream {
    Stream^ get ();
}
abstract BaseStream : Stream with get
override BaseStream : Stream with get
function get BaseStream () : Stream

Property Value

Type: System.IO. . :: . .Stream
The stream this StreamWriter is writing to.

.NET Framework Security

See Also

Reference

StreamWriter Class

System.IO Namespace