Class ServerConfig
public sealed class ServerConfig
- Inheritance
-
ServerConfig
- Inherited Members
Properties
Host
public string Host { get; set; }
Property Value
Port
public int Port { get; set; }
Property Value
Verbose
public bool Verbose { get; set; }