Class ConfigFile.Services
Utility class used to access the SuperOffice.CRM.Services entry in the Config file.
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.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 |
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 |