Back to Devexpress

WebInformationDataProvider.WebRequest Event

windowsforms-devexpress-dot-xtramap-dot-webinformationdataprovider.md

latest2.6 KB
Original Source

WebInformationDataProvider.WebRequest Event

Occurs when the Map control sends a request to a web service.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public event MapWebRequestEventHandler WebRequest
vb
Public 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.
EncodingSpecifies the character encoding of the map web request.
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.

Implements

WebRequest

See Also

WebInformationDataProvider Class

WebInformationDataProvider Members

DevExpress.XtraMap Namespace