HttpResponseWrapper.OutputStream プロパティ

定義

送信 HTTP コンテンツ本文にバイナリ出力を提供します。

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

プロパティ値

送信 HTTP コンテンツ本文の生コンテンツを表すオブジェクト。

適用対象