Click or drag to resize

ServerConfiguration Class

Contains server-wide configuration values. The values are either configured in Web.config or in the Registry. If the value is not found int Web.config, the value is taken from the registry.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelServerConfiguration

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class ServerConfiguration

The ServerConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodServerConfiguration
Top
Properties
  NameDescription
Public propertyStatic memberApiSharedSecret
The key used for authentication of WCF calls
Public propertyStatic memberCommandTimeout
The timeout for the majority of SQL statements in the Enterprise Server solution
Public propertyStatic memberConnStr
Connection string to the Enterprise Server database
Public propertyStatic memberLoadBalancerNodeEnabled
Setting used to take a server of the load balancing setup.
Public propertyStatic memberSessionTimeout
Session timeout for authentication sessions using a cookie.
Public propertyStatic memberSolutionName
The solution name as presented in the status field of the browser
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also