The reachability status.
Syntax
[System.Flags]
public enum NetworkReachabilityFlags
Remarks
Members
| Member Name | Description |
|---|
| ConnectionAutomatic | The connection will happen automatically (alias for ConnectionOnTraffic). |
| ConnectionOnDemand | Reachable, but a connection must be initiated. The connection will be initiated if you use any of the CFSocketStream APIs, but will not be initiated automatically. |
| ConnectionOnTraffic | Reachable, but a connection must be initiated. The connection will be initiated on any traffic to the target detected. |
| ConnectionRequired | Reachable, but a connection must first be established. |
| InterventionRequired | The host is reachable, but it will require user interaction. |
| IsDirect | Connection to the host is direct, and will not go through a gateway. |
| IsLocalAddress | The specified address is the device local name or local device. |
| IsWWAN | Reachable over the cellular connection (GPRS, EDGE or 3G). |
| Reachable | The host is reachable. |
| TransientConnection | The host is reachable using a transient connection (PPP for example). |
Requirements
Namespace: SystemConfiguration
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0