MapWebRequestEventArgs Properties
Provides data for the MapImageDataProviderBase.WebRequest event.Name | Description |
---|---|
Accept | Gets or sets the web request’s Accept header. |
Credentials | Gets or sets authentication information for the map web request. |
Encoding | Gets or sets a character encoding. |
Headers | Gets or sets a collection of web headers associated with a request or response. |
Proxy | Gets or sets proxy information for the request. |
Referer | Gets or sets the Referer field of the HTTP header. |
Uri | Get the URI of the Internet resource associated with the map web request. |
UseDefaultCredentials | Gets or sets a value that indicates whether to use the default authentication information for the map web request. |
UserAgent | Gets or sets the value of the user-agent HTTP header. |
See Also