Class ClientRequestSettings
Settings applied to the TileProvider's WebClient which will download the tiles.
Inheritance
System.Object
ClientRequestSettings
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class ClientRequestSettings
Constructors
ClientRequestSettings()
Declaration
public ClientRequestSettings()
Properties
Headers
The headers that will be applied to the WebClient.Headers.
Declaration
public NameValueCollection Headers { get; set; }
Property Value
System.Collections.Specialized.NameValueCollection
|
UseDefaultCredentials
If set to true, it will apply the default user credentials to the WebClient
Declaration
public bool UseDefaultCredentials { get; set; }
Property Value
System.Boolean
|