IStoredProcedureResponse<TValue>.ResponseHeaders
Property
Definition
Gets the headers associated with the response.
public System.Collections.Specialized.NameValueCollection ResponseHeaders { get; }
Property Value
Headers associated with the response.
Remarks
Provides access to all HTTP response headers returned from the DocumentDB API. This is exposed for mocking purposes for the Azure DocumentDB database service.