BufferedStream.UnderlyingStream Propriété

Définition

Obtient l’instance Stream sous-jacente pour ce flux mis en mémoire tampon.

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

Valeur de propriété

Le flux sous-jacent instance.

S’applique à