Class MixEndpointService
Inheritance
System.Object
MixEndpointService
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()
Assembly: mix.shared.dll
Syntax
public class MixEndpointService : JsonConfigurationServiceBase
Constructors
|
Improve this Doc
View Source
MixEndpointService()
Declaration
public MixEndpointService()
Fields
|
Improve this Doc
View Source
Endpoints
Declaration
public string[] Endpoints
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
syncRoot
Declaration
protected static readonly object syncRoot
Field Value
Type |
Description |
System.Object |
|
Properties
|
Improve this Doc
View Source
Account
Declaration
public string Account { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Common
Declaration
public string Common { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Grpc
Declaration
public string Grpc { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Instance
Declaration
public static MixEndpointService Instance { get; }
Property Value
|
Improve this Doc
View Source
Messenger
Declaration
public string Messenger { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Mixcore
Declaration
public string Mixcore { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Portal
Declaration
public string Portal { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Scheduler
Declaration
public string Scheduler { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Theme
Declaration
public string Theme { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
LoadAppSettings()
Declaration
protected override void LoadAppSettings()
Overrides