TrustedSettingsRootServerUrl Property

URL of the root server. Does not have a trailing slash.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public string RootServerUrl { get; }

Property Value

String

Implements

ITrustedSettingsRootServerUrl

Remarks

Default value of RootServerUrl is preserved unless a valid absolute URI is specified for it in the trusted settings file. It means that RootServerUrl always contains a non-empty string and RootServerAbsoluteUri is never .

See Also