Show / Hide Table of Contents

Class NetworkReachabilityChangeEventArgs

Arguments to the StatusChanged event

Inheritance
System.Object
System.EventArgs
NetworkReachabilityChangeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class NetworkReachabilityChangeEventArgs : EventArgs

Constructors

| Improve this Doc View Source

NetworkReachabilityChangeEventArgs(NetworkReachabilityStatus)

Default Constructor

Declaration
public NetworkReachabilityChangeEventArgs(NetworkReachabilityStatus status)
Parameters
Type Name Description
NetworkReachabilityStatus status

The network status to send

Properties

| Improve this Doc View Source

Status

The new reachability status

Declaration
public NetworkReachabilityStatus Status { get; }
Property Value
Type Description
NetworkReachabilityStatus
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX