IDataServiceHost.ResponseStream 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将向其中写入 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中止请求。