次の方法で共有


IStoredProcedureResponse<TValue>.ResponseHeaders プロパティ

定義

応答に関連付けられたヘッダーを取得します。

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 応答ヘッダーへのアクセスを提供します。 これは、Azure Cosmos DB サービスのモック作成のために公開されます。

適用対象