Click or drag to resize

NetworkReachabilityChangeEventArgs Constructor

Constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public NetworkReachabilityChangeEventArgs(
	NetworkReachabilityStatus status
)

Parameters

status
Type: Couchbase.LiteNetworkReachabilityStatus
The current network reachability status
See Also