Class NetServerCoreOptions
Inheritance
NetServerCoreOptions
Assembly: SoCore.dll
Syntax
public class NetServerCoreOptions : Object, INetServerCoreOptions
Constructors
NetServerCoreOptions()
Declaration
public NetServerCoreOptions()
Properties
TokenSuppliers
Declaration
public List<Type> TokenSuppliers { get; }
Property Value
UseNetServerLogLevels
Declaration
public bool UseNetServerLogLevels { get; set; }
Property Value
Explicit Interface Implementations
INetServerCoreOptions.TokenSuppliers
Declaration
IList<Type> INetServerCoreOptions.TokenSuppliers { get; }
Returns
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)