Interface ISettings
Namespace: Void.Proxy.Api.Settings
Assembly: Void.Proxy.Api.dll
public interface ISettingsProperties
Address
IPAddress Address { get; }Property Value
CompressionThreshold
int CompressionThreshold { get; }Property Value
KickTimeout
int KickTimeout { get; }Property Value
LogLevel
LogLevel LogLevel { get; }Property Value
Offline
bool Offline { get; set; }Property Value
Port
int Port { get; }Property Value
Servers
IEnumerable<IServer> Servers { get; }