Class NetServerCoreOptions
Implements
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: SoCore.dll
Syntax
public class NetServerCoreOptions : INetServerCoreOptions
Constructors
NetServerCoreOptions()
Declaration
public NetServerCoreOptions()
Properties
TokenSuppliers
Declaration
public List<Type> TokenSuppliers { get; }
Property Value
Type | Description |
---|---|
List<Type> |
UseNetServerLogLevels
Use LogLevel from ConfigFile.Diagnostics
Declaration
public bool UseNetServerLogLevels { get; set; }
Property Value
Type | Description |
---|---|
bool |