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

속성 값

적용 대상