ConnectivityDiagnosticsManager.ConnectivityReport.KeyNetworkProbesAttemptedBitmask 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 were attempted.
[Android.Runtime.Register("KEY_NETWORK_PROBES_ATTEMPTED_BITMASK", ApiSince=30)]
public const string KeyNetworkProbesAttemptedBitmask;
[<Android.Runtime.Register("KEY_NETWORK_PROBES_ATTEMPTED_BITMASK", ApiSince=30)>]
val mutable KeyNetworkProbesAttemptedBitmask : string
Field Value
Implements
- Attributes
Remarks
A bitmask of network validation probes that were attempted.
These probes may have failed or may be incomplete at the time of this report.
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.