Enum NetworkReachabilityStatus
An enum describing the state of network connectivity
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public enum NetworkReachabilityStatus
Fields
| Name | Description |
|---|---|
| Reachable | The network endpoint is reachable |
| Unknown | Unable to determine |
| Unreachable | The network endpoint is not reachable |