Enum ProxyStatus
Namespace: Void.Proxy.Api
Assembly: Void.Proxy.Api.dll
Represents the operational state of the proxy server.
public enum ProxyStatusExtension Methods
StructExtensions.IsDefault<ProxyStatus>(ProxyStatus)
Fields
Alive = 0
The proxy is running and accepting connections.
Paused = 1
The proxy has temporarily paused accepting new connections.
Stopping = 2
The proxy is in the process of shutting down.