Show / Hide Table of Contents

Class ConfigFile.Services

Utility class used to access the SuperOffice.CRM.Services entry in the Config file.

Inheritance
Object
ConfigFile.Services
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Services

Properties

ApplicationToken

Application token passed with servicves to identify the client application.

Declaration
public static string ApplicationToken { get; set; }
Property Value
Type Description
String

DefaultMode

Mode for Service (Default: Local - e.g. local implementation)

Declaration
public static ServiceMode DefaultMode { get; set; }
Property Value
Type Description
ServiceMode

RemoteBaseURL

Base URL for remote services (Default: http://localhost/webs/SuperOffice.Web.Services). This value will be overridden by WebServices.RemoteBaseURL

Declaration
public static string RemoteBaseURL { get; set; }
Property Value
Type Description
String

SwitchDefault

Default mode for the switch (Default: Remote)

Declaration
public static SwitchDefault SwitchDefault { get; set; }
Property Value
Type Description
SwitchDefault

SwitchFailover

Timeout before failover in seconds (Default: 60)

Declaration
public static int SwitchFailover { get; set; }
Property Value
Type Description
Int32
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top