AuthenticatedStream.InnerStream Propriedade

Definição

Obtém o fluxo usado por este AuthenticatedStream para envio e recebimento de dados.Gets the stream used by this AuthenticatedStream for sending and receiving data.

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

Valor da propriedade

Stream

Um objeto Stream.A Stream object.

Comentários

Classes que herdam de AuthenticatedStream podem usar essa propriedade para acessar o fluxo passado para o AuthenticatedStream(Stream, Boolean) .Classes that inherit from AuthenticatedStream can use this property to access the stream passed to the AuthenticatedStream(Stream, Boolean).

Aplica-se a