Class SysConsts
Non-localizable constants
Inheritance
System.Object
SysConsts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Wave
Assembly: Azos.Wave.dll
Syntax
public static class SysConsts
Fields
CONFIG_WAVE_SECTION
Declaration
public const string CONFIG_WAVE_SECTION = "wave"
Field Value
Type | Description |
---|---|
System.String |
HEADER_API_SESSION
Declaration
public const string HEADER_API_SESSION = "wv-api-session"
Field Value
Type | Description |
---|---|
System.String |
HEADER_API_VERSION
Declaration
public const string HEADER_API_VERSION = "wv-api-ver"
Field Value
Type | Description |
---|---|
System.String |
HEADER_IF_MODIFIED_SINCE
Declaration
public const string HEADER_IF_MODIFIED_SINCE = "If-Modified-Since"
Field Value
Type | Description |
---|---|
System.String |
JSON_RESULT_ERROR
Returns object {OK = false}
Declaration
public static readonly object JSON_RESULT_ERROR
Field Value
Type | Description |
---|---|
System.Object |
JSON_RESULT_OK
Returns object {OK = true}
Declaration
public static readonly object JSON_RESULT_OK
Field Value
Type | Description |
---|---|
System.Object |
NULL_STRING
Declaration
public const string NULL_STRING = "<null>"
Field Value
Type | Description |
---|---|
System.String |
UNSPECIFIED
Declaration
public const string UNSPECIFIED = "<unspecified>"
Field Value
Type | Description |
---|---|
System.String |
WAVE_LOG_TOPIC
Declaration
public const string WAVE_LOG_TOPIC = "WAVE"
Field Value
Type | Description |
---|---|
System.String |