ClassWebLocationProvider
Class
An abstract class for all the web-based location service providers
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class WebLocationProvider : LocationProvider, IWebLocationProvider, ILocationProvider
Inheritance: objectLocationProviderWebLocationProvider
Derived Classes:
Implements:
Constructors
WebLocationProvider()
Declaration
cs-api-definition
protected WebLocationProvider()
Properties
ClientToken
The client token that authenticates the request.
Declaration
cs-api-definition
public virtual string ClientToken { get; set; }
Property Value
string
Implements
ServerUrl
The Url of the location server
Declaration
cs-api-definition
public virtual string ServerUrl { get; set; }
Property Value
string
Implements