Show / Hide Table of Contents

Interface IReachability

Namespace: Couchbase.Lite.DI
Assembly: Couchbase.Lite.dll
Syntax
public interface IReachability

Properties

| Improve this Doc View Source

Url

Declaration
Uri Url { get; set; }
Property Value
Type Description
System.Uri

Methods

| Improve this Doc View Source

Start()

Declaration
void Start()
| Improve this Doc View Source

Stop()

Declaration
void Stop()

Events

| Improve this Doc View Source

StatusChanged

Declaration
event EventHandler<NetworkReachabilityChangeEventArgs> StatusChanged
Event Type
Type Description
System.EventHandler<NetworkReachabilityChangeEventArgs>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX