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

Stream オブジェクト。

注釈

継承するAuthenticatedStreamクラスは、このプロパティを使用して、.AuthenticatedStream(Stream, Boolean)

適用対象