HttpRequest.Body プロパティ

定義

要求本文 Streamを取得または設定します。

public:
 abstract property System::IO::Stream ^ Body { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public abstract System.IO.Stream Body { get; set; }
member this.Body : System.IO.Stream with get, set
Public MustOverride Property Body As Stream

プロパティ値

要求本文 Stream

適用対象