Click or drag to resize

NetworkReachabilityStatus Enumeration

The current status of the network

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[SerializableAttribute]
public enum NetworkReachabilityStatus
Members
  Member nameValueDescription
Unknown0 The status has not been evaluated yet
Reachable1 The network is reachable
Unreachable2 The network is not reachable
See Also