NetworkInfo.IsFailover Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public virtual bool IsFailover { [Android.Runtime.Register("isFailover", "()Z", "GetIsFailoverHandler")] get; }
[<get: Android.Runtime.Register("isFailover", "()Z", "GetIsFailoverHandler")>]
member this.IsFailover : bool
Property Value
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.