Back to Devexpress

ISupportWebRequest.WebRequest Event

wpf-devexpress-dot-xpf-dot-map-dot-isupportwebrequest.md

latest2.3 KB
Original Source

ISupportWebRequest.WebRequest Event

Occurs when the information provider must send a web request.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
event MapWebRequestEventHandler WebRequest
vb
Event WebRequest As MapWebRequestEventHandler

Event Data

The WebRequest event's data class is MapWebRequestEventArgs. The following properties provide information specific to this event:

PropertyDescription
AcceptGets or sets the web request’s Accept header.
CredentialsGets or sets authentication information for the map web request.
EncodingGets or sets a character encoding.
HeadersGets or sets a collection of web headers associated with a request or response.
ProxyGets or sets proxy information for the request.
RefererGets or sets the Referer field of the HTTP header.
UriGet the URI of the Internet resource associated with the map web request.
UseDefaultCredentialsGets or sets a value that indicates whether to use the default authentication information for the map web request.
UserAgentGets or sets the value of the user-agent HTTP header.

See Also

ISupportWebRequest Interface

ISupportWebRequest Members

DevExpress.Xpf.Map Namespace