AuthenticatedStream.InnerStream Proprietà

Definizione

Ottiene il flusso utilizzato dalla classe AuthenticatedStream per inviare e ricevere dati.

protected:
 property System::IO::Stream ^ InnerStream { System::IO::Stream ^ get(); };
protected System.IO.Stream InnerStream { get; }
member this.InnerStream : System.IO.Stream
Protected ReadOnly Property InnerStream As Stream

Valore della proprietà

Stream

Un oggetto Stream.

Commenti

Le classi che ereditano da AuthenticatedStream possono usare questa proprietà per accedere al flusso passato a AuthenticatedStream(Stream, Boolean).

Si applica a