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는 요청을 중단합니다.

적용 대상