ClassClientRequestSettings
Class
Settings applied to the TileProvider's WebClient which will download the tiles.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ClientRequestSettings
Inheritance: objectClientRequestSettings
Constructors
ClientRequestSettings()
Declaration
cs-api-definition
public ClientRequestSettings()
Properties
Headers
The headers that will be applied to the WebClient.Headers.
Declaration
cs-api-definition
public NameValueCollection Headers { get; set; }
Property Value
NameValueCollection
UseDefaultCredentials
If set to true, it will apply the default user credentials to the WebClient
Declaration
cs-api-definition
public bool UseDefaultCredentials { get; set; }
Property Value
bool