IDataServiceHost.ResponseStream Property

Definition

Gets the response stream to which the HTTP response body will be written.

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

Property Value

Stream object to which the response body will be written.

Remarks

If a null stream is returned or an exception occurs when writing to the stream, WCF Data Services aborts the request.

Applies to