Click or drag to resize

LoginParametersConnectivityLevels Property

If this is set to an empty array, all http call will be made without checking for connectivity. This may result in setting all BE to error state in async call

Namespace:  Unvired.Kernel.UWP.Login
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static NetworkConnectivityLevel[] ConnectivityLevels { get; set; }

Property Value

Type: NetworkConnectivityLevel
See Also