Class NetworkLevel
Controls how liberally network access is attempted.
Namespace: ZeroInstall.Store.Configuration
Assembly: ZeroInstall.Store.dll
Syntax
public sealed class NetworkLevel : Enum
Fields
Full
Always use network to get the newest available versions.
Declaration
public const NetworkLevel Full
Field Value
Type | Description |
---|---|
NetworkLevel |
Minimal
Only access network when there are no safe implementations available.
Declaration
public const NetworkLevel Minimal
Field Value
Type | Description |
---|---|
NetworkLevel |
Offline
Do not access network at all.
Declaration
public const NetworkLevel Offline
Field Value
Type | Description |
---|---|
NetworkLevel |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |