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