Click or drag to resize
StreamWriterBaseStream Property
Gets the underlying stream that interfaces with a backing store.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public Stream BaseStream { get; }

Property Value

Type: Stream
See Also