Class Urls.Server
- Namespace
- SIMDispatcher.Core.Defaults
- Assembly
- SIMDispatcher.Core.dll
Contains URLs related to servers.
public static class Urls.Server
- Inheritance
-
Urls.Server
- Inherited Members
Fields
Logon
URL for logging into the application.
public const string Logon = "https://logon.sim-dispatcher.com"
Field Value
LogonApiV1
Base URL for version 1 of the Logon API.
[Obsolete("Use V2 of the Logon API")]
public const string LogonApiV1 = "https://logon.sim-dispatcher.com/api/v1"
Field Value
LogonApiV2
Base URL for version 2 of the Logon API.
public const string LogonApiV2 = "https://api.sim-dispatcher.com/v2"