Click or drag to resize

NetworkReachabilityChangeEventArgs Class

Network reachability change event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Couchbase.LiteNetworkReachabilityChangeEventArgs

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public sealed class NetworkReachabilityChangeEventArgs : EventArgs

The NetworkReachabilityChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNetworkReachabilityChangeEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyStatus
Gets the current network reachability status
Top
Remarks
Need this class because .NET's NetworkAvailabilityEventArgs only has an internal constructor.
See Also