Share via


SocketsHttpPlaintextStreamFilterContext.PlaintextStream プロパティ

定義

HTTP プロトコルの要求と応答に使用されるプレーンテキスト Streamを取得します。

public:
 property System::IO::Stream ^ PlaintextStream { System::IO::Stream ^ get(); };
public System.IO.Stream PlaintextStream { get; }
member this.PlaintextStream : System.IO.Stream
Public ReadOnly Property PlaintextStream As Stream

プロパティ値

HTTP プロトコルの要求と応答に使用されるプレーンテキスト ストリーム。

適用対象