IHttpRequestFeature.Body 属性

定义

获取或设置表示 Stream 请求正文的 (如果有)。

Null 可用于表示空的请求正文。

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

属性值

适用于