DataServiceContext.GetReadStreamUri(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來傳回做為資料流之二進位屬性資料的 URI。
public:
Uri ^ GetReadStreamUri(System::Object ^ entity);
public Uri GetReadStreamUri (object entity);
member this.GetReadStreamUri : obj -> Uri
Public Function GetReadStreamUri (entity As Object) As Uri
參數
- entity
- Object
具有要擷取之二進位屬性的實體。
傳回
二進位資料流的讀取 URI。
例外狀況
如果指定的實體是 null
。
entity
未受到此 DataServiceContext 追蹤。
備註
當指定的 entity
是媒體連結項目時,GetReadStreamUri 方法會傳回用於存取媒體資源內容的 URI。
此 URI 只會在 GET 要求中用來讀取媒體資源內容。 它可能不會回應 POST、PUT 或 DELETE 要求。