Click or drag to resize

NetworkReachabilityChangeEventArgsStatus Property

Gets the current network reachability status

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public NetworkReachabilityStatus Status { get; }

Property Value

Type: NetworkReachabilityStatus
The status.
See Also