Interface IReachability
Namespace: Couchbase.Lite.DI
Assembly: Couchbase.Lite.dll
Syntax
public interface IReachability
Properties
| Improve this Doc View SourceUrl
Declaration
Uri Url { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Methods
| Improve this Doc View SourceStart()
Declaration
void Start()
Stop()
Declaration
void Stop()
Events
| Improve this Doc View SourceStatusChanged
Declaration
event EventHandler<NetworkReachabilityChangeEventArgs> StatusChanged
Event Type
Type | Description |
---|---|
Event |