Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public MapWebRequestEventArgs(
Uri uri,
WebClient client
)
|
VB |
Public New(
ByVal uri As Uri,
ByVal client As WebClient
)
|
Parameters
-
uri
-
Type: Uri
A System.Uri object. This value is assigned to the Uri property.
-
client
-
Type: WebClient
A System.Net.WebClient which provides common methods for sending data to and receiving data from a resource identified by a URI.

See Also