次の方法で共有


StoredProcedureResponse<TValue>.ResponseHeaders プロパティ

定義

Azure Cosmos DB サービスからの応答に関連付けられているヘッダーを取得します。

public System.Collections.Specialized.NameValueCollection ResponseHeaders { get; }
member this.ResponseHeaders : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property ResponseHeaders As NameValueCollection

プロパティ値

応答に関連付けられているヘッダー。

実装

注釈

Azure Cosmos DB API から返されるすべての HTTP 応答ヘッダーへのアクセスを提供します。

適用対象