MapWebRequestEventArgs.Credentials Property
Gets or sets authentication information for the map web request.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
| Type | Description |
|---|---|
| ICredentials | An ICredentials that contains the authentication credentials associated with the request. The default is null. |
See Also