Delegate CoreListener.OnNetworkReachableDelegate
Callback prototype for reporting network change either automatically detected or notified by NetworkReachable.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnNetworkReachableDelegate(Core core, bool reachable);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Core |
| System.Boolean | reachable | true if network is reachable. |