Enum ServerType
Type of server
[JsonConverter(typeof(StringEnumConverter))]
public enum ServerType
- Extension Methods
Fields
[EnumMember(Value = "accounting")] Accounting = 0Accounting
[EnumMember(Value = "auth")] Auth = 1Auth
Type of server
[JsonConverter(typeof(StringEnumConverter))]
public enum ServerType
[EnumMember(Value = "accounting")]
Accounting = 0Accounting
[EnumMember(Value = "auth")]
Auth = 1Auth