共用方式為


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 上的 DataServiceStreamResponse 方法或呼叫 Close 上的 Stream 方法。 否則,網路連接會保持開啟,無法供其他應用程式使用。

GetResponseStream 方法用於存取資料流。

適用於