ClassProtocolHelper
Class
Provides static classes to work with HTTP and HTTPS.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public static class ProtocolHelper
Inheritance: objectProtocolHelper
Properties
Scheme
Gets scheme which must be used to connect to the services (HTTP or HTTPS).
SecurityMode
Gets http security mode.
Declaration
cs-api-definition
public static BasicHttpSecurityMode SecurityMode { get; }
Property Value
BasicHttpSecurityMode
UseHttpsScheme
Gets or sets a value indicating the Uri scheme to be used in OpenStreetMapProvider, ArcGisMapProvider and WmsTiledProvider.
Methods
SetScheme(string)
Set right scheme to given uri.