BufferedStream.UnderlyingStream Property

Definition

Gets the underlying Stream instance for this buffered stream.

public:
 property System::IO::Stream ^ UnderlyingStream { System::IO::Stream ^ get(); };
public System.IO.Stream UnderlyingStream { get; }
member this.UnderlyingStream : System.IO.Stream
Public ReadOnly Property UnderlyingStream As Stream

Property Value

The underlying stream instance.

Applies to