The properties of Android.Net.NetworkInfo are listed below. For a list of all members, see the NetworkInfo Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | ExtraInfo | string. Report the extra information about the network state, if any was provided by the lower networking layers. |
[read-only] | IsAvailable | bool. Indicates whether network connectivity is possible. |
[read-only] | IsConnected | bool. Indicates whether network connectivity exists and it is possible to establish connections and pass data. |
[read-only] | IsConnectedOrConnecting | bool. Indicates whether network connectivity exists or is in the process of being established. |
[read-only] | IsFailover | bool. Indicates whether the current attempt to connect to the network resulted from the ConnectivityManager trying to fail over to this network following a disconnect from another network. |
[read-only] | IsRoaming | bool. Indicates whether the device is currently roaming on this network. |
[read-only] | Reason | string. Report the reason an attempt to establish connectivity failed, if one is available. |
[read-only] | Subtype | ConnectivityType. Return a network-type-specific integer describing the subtype of the network. |
[read-only] | SubtypeName | string. Return a human-readable name describing the subtype of the network. |
[read-only] | Type | ConnectivityType. Reports the type of network to which the info in this NetworkInfo pertains. |
[read-only] | TypeName | string. Return a human-readable name describe the type of the network, for example "WIFI" or "MOBILE". |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |