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)アクセスできます。

適用対象