ITrustedSettings Interface

Provides read only access to the trusted settings of the application.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public interface ITrustedSettings

Properties

DefaultOrganization Describes the predefined licensed organization which should be used as default value of Organization. This property is unless the organization info is provided in the trusted settings.
InstallationId Unique identifier of environment where the program is being run.
LocalServerKeepAliveTimeout Keep alive timeout for connections to the local servers.
RootServerAbsoluteUri An Uri of type Absolute which corresponds to RootServerUrl.
RootServerKeepAliveTimeout Keep alive timeout for connections to the root server.
RootServerUrl URL of the root server. Does not have a trailing slash.

Methods

GetKeepAliveTimeout Returns the keep alive timeout for connections to the specified server.

See Also