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 は要求を中止します。

適用対象