Skip to content

Interface ISettings

Namespace: Void.Proxy.Api.Settings
Assembly: Void.Proxy.Api.dll

public interface ISettings

Properties

Address

IPAddress Address { get; }

Property Value

IPAddress

CompressionThreshold

int CompressionThreshold { get; }

Property Value

int

KickTimeout

int KickTimeout { get; }

Property Value

int

LogLevel

LogLevel LogLevel { get; }

Property Value

LogLevel

Offline

bool Offline { get; set; }

Property Value

bool

Port

int Port { get; }

Property Value

int

Servers

IEnumerable<IServer> Servers { get; }

Property Value

IEnumerable<IServer>