Class ServiceSettingsBase
- Namespace
- StockSharp.Server.Utils
- Assembly
- StockSharp.Server.Utils.dll
Base server settings.
public abstract class ServiceSettingsBase
- Inheritance
-
ServiceSettingsBase
- Inherited Members
- Extension Methods
Constructors
ServiceSettingsBase()
Initializes a new instance of the ServiceSettingsBase.
protected ServiceSettingsBase()
Properties
LogLevel
public LogLevels LogLevel { get; set; }
Property Value
WebApiAddress
WebAPI address.
public string WebApiAddress { get; set; }