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

MapWebRequestEventArgs(Uri, WebClient) Constructor

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

Namespace: DevExpress.Xpf.Map

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

Declaration

public MapWebRequestEventArgs(
    Uri uri,
    WebClient client
)

Parameters

Name Type Description
uri Uri

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

client WebClient

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

See Also