ConnectivityDiagnosticsManager.ConnectivityReport.KeyNetworkProbesSucceededBitmask Field
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.
A bitmask of network validation probes that succeeded.
[Android.Runtime.Register("KEY_NETWORK_PROBES_SUCCEEDED_BITMASK", ApiSince=30)]
public const string KeyNetworkProbesSucceededBitmask;
[<Android.Runtime.Register("KEY_NETWORK_PROBES_SUCCEEDED_BITMASK", ApiSince=30)>]
val mutable KeyNetworkProbesSucceededBitmask : string
Field Value
Implements
- Attributes
Remarks
A bitmask of network validation probes that succeeded.
The possible bits values reported by this key are: #NETWORK_PROBE_DNS
, #NETWORK_PROBE_HTTP
, #NETWORK_PROBE_HTTPS
, #NETWORK_PROBE_FALLBACK
, #NETWORK_PROBE_PRIVATE_DNS
.
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.