HttpResponse.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

속성 값

적용 대상