語言

DataServiceStreamResponse.Stream 屬性

定義

從資料服務取得二進位屬性資料,作為二進位串流。

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

屬性值

包含二元屬性資料的串流。

例外狀況

備註

當讀取此串流時發生網路錯誤,會產生錯誤。

回傳 Stream 的版本為唯讀。

你必須呼叫 Dispose 的方法 , DataServiceStreamResponseCloseStream的方法 。 否則,網路連線會保持開啟狀態,其他應用程式無法使用。

GetResponseStream此方法用於存取溪流。

適用於