AuthenticatedStream.InnerStream プロパティ

定義

データの送受信にこの AuthenticatedStream で使用されるストリームを取得します。

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

プロパティ値

Stream オブジェクト。

注釈

AuthenticatedStreamから継承するクラスは、このプロパティを使用して、AuthenticatedStream(Stream, Boolean)に渡されたストリームにアクセスできます。

適用対象