BufferedStream.UnderlyingStream Propriété

Définition

Obtient l’instance sous-jacente Stream de 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é

Instance de flux sous-jacente.

S’applique à