SystemConfiguration.NetworkReachabilityFlags Enumeration
The reachability status.

Syntax

[System.Flags]
public enum NetworkReachabilityFlags

Remarks

Members

Member NameDescription
ConnectionAutomaticThe connection will happen automatically (alias for ConnectionOnTraffic).
ConnectionOnDemandReachable, 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.
ConnectionOnTrafficReachable, but a connection must be initiated. The connection will be initiated on any traffic to the target detected.
ConnectionRequiredReachable, but a connection must first be established.
InterventionRequiredThe host is reachable, but it will require user interaction.
IsDirectConnection to the host is direct, and will not go through a gateway.
IsLocalAddressThe specified address is the device local name or local device.
IsWWANReachable over the cellular connection (GPRS, EDGE or 3G).
ReachableThe host is reachable.
TransientConnectionThe 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