다음을 통해 공유


IDataServiceHost.ResponseStream 속성

정의

HTTP 응답 본문을 쓸 응답 스트림을 가져옵니다.

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

속성 값

응답 본문을 쓸 Stream 개체입니다.

설명

null 스트림이 반환되거나 스트림에 쓸 때 예외가 발생하면 WCF Data Services 요청을 중단합니다.

적용 대상