Class ProtocolHelper
Provides static classes to work with HTTP and HTTPS.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public static class ProtocolHelper
Properties
Scheme
Gets scheme which must be used to connect to the services (HTTP or HTTPS).
Declaration
public static string Scheme { get; }
Property Value
System.String
|
SecurityMode
Gets http security mode.
Declaration
public static BasicHttpSecurityMode SecurityMode { get; }
Property Value
System.ServiceModel.BasicHttpSecurityMode
|
UseHttpsScheme
Gets or sets a value indicating the Uri scheme to be used in BingRestMapProvider, OpenStreetMapProvider, ArcGisMapProvider and WmsTiledProvider.
Declaration
public static bool UseHttpsScheme { get; set; }
Property Value
System.Boolean
|
Methods
SetScheme(String)
Set right scheme to given uri.
Declaration
public static string SetScheme(string uri)
Parameters
System.String
uri
Uri to set scheme to. |
Returns
System.String
Uri with scheme changed. |