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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.