Enum NetworkLevel
- Namespace
- ZeroInstall.Store.Configuration
- Assembly
- ZeroInstall.Store.dll
Controls how liberally network access is attempted.
public enum NetworkLevel
Fields
Full = 2
Always use network to get the newest available versions.
Minimal = 1
Only access network when there are no safe implementations available.
Offline = 0
Do not access network at all.