ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / EsriHttpRequestHeaders Class


In This Topic
    EsriHttpRequestHeaders Class Properties
    In This Topic

    For a list of all members of this type, see EsriHttpRequestHeaders members.

    Public Properties
     NameDescription
    Public PropertyGets the collection of System.Net.Http.Headers.MediaTypeHeaderValue values containing the list of acceptable media types for the response. The default quality factor for each acceptable media type is "q=1"  
    Public PropertyGets the collection of System.Net.Http.Headers.StringWithQualityHeaderValue values indicating the quality value for the acceptable character sets for the response. Default quality value is "q=1"  
    Public PropertyGets the collection of System.Net.Http.Headers.StringWithQualityHeaderValue values indicating the quality value for the acceptable content-codings for the response. Default quality value is "q=1"  
    Public PropertyGets the collection of System.Net.Http.Headers.StringWithQualityHeaderValue values indicating the quality value for the acceptable set of natural languages for the response. Default quality value is "q=1"  
    Public Property Gets or sets the caching behaviour for the response.  
    Public Property Gets the value of the Connection header for the response  
    Public PropertyGets or sets Host header value to use in an HTTP request independent from the request URI. The Host property can consist of a hostname and an optional port number.  
    Public Property Gets any optional behavior specified for the response.  
    Public Property Gets the value of the User-agent HTTP header  
    Top
    See Also