Skip to main content
A newer version of this page is available.

MapWebRequestEventArgs(Uri, HttpWebRequest) Constructor

Initializes a new instance of the MapWebRequestEventArgs class with the specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public MapWebRequestEventArgs(
    Uri uri,
    HttpWebRequest request
)

Parameters

Name Type Description
uri Uri

A Uri object. This value is assigned to the MapWebRequestEventArgs.Uri property.

request HttpWebRequest

A WebClient which provides common methods for sending data to and receiving data from a resource identified by a URI.

See Also