Name | Description | |
---|---|---|
EsriHttpRequestHeaders Constructor | Initializes a new instance of the EsriHttpRequestHeaders class. |
The following tables list the members exposed by EsriHttpRequestHeaders.
Name | Description | |
---|---|---|
EsriHttpRequestHeaders Constructor | Initializes a new instance of the EsriHttpRequestHeaders class. |
Name | Description | |
---|---|---|
Accept | Gets 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" | |
AcceptCharset | Gets 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" | |
AcceptEncoding | Gets 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" | |
AcceptLanguage | Gets 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" | |
CacheControl | Gets or sets the caching behaviour for the response. | |
Connection | Gets the value of the Connection header for the response | |
Host | Gets 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. | |
Pragma | Gets any optional behavior specified for the response. | |
UserAgent | Gets the value of the User-agent HTTP header |