GZipStream.BaseStream Proprietà

Definizione

Ottiene un riferimento al flusso sottostante.

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

Valore della proprietà

Oggetto flusso che rappresenta il flusso sottostante.

Eccezioni

Il flusso sottostante è chiuso.

Si applica a