CompressionStream.BaseStream Property

Definition

A stream object that represents the underlying stream.

public System.IO.Stream? BaseStream { get; }
member this.BaseStream : System.IO.Stream

Property Value

Exceptions

The underlying stream is closed.

Applies to