Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    WebInformationDataProvider<TEventArgs>.WebRequest Event

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

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    #Declaration

    #Event Data

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

    Property 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.

    #Implements

    See Also