9 references to NLM_CONNECTIVITY
Microsoft.Maui.Essentials (9)
Connectivity\Connectivity.Native.uwp.cs (1)
152
NLM_CONNECTIVITY
GetConnectivity();
Connectivity\Connectivity.uwp.cs (8)
44
var
connectivity = ConnectivityNativeHelper.
NLM_CONNECTIVITY
.NLM_CONNECTIVITY_DISCONNECTED;
55
if ((connectivity & (ConnectivityNativeHelper.
NLM_CONNECTIVITY
.NLM_CONNECTIVITY_IPV4_INTERNET | ConnectivityNativeHelper.
NLM_CONNECTIVITY
.NLM_CONNECTIVITY_IPV6_INTERNET)) != 0)
59
else if ((connectivity & (ConnectivityNativeHelper.
NLM_CONNECTIVITY
.NLM_CONNECTIVITY_IPV4_LOCALNETWORK | ConnectivityNativeHelper.
NLM_CONNECTIVITY
.NLM_CONNECTIVITY_IPV6_LOCALNETWORK)) != 0)
63
else if ((connectivity & (ConnectivityNativeHelper.
NLM_CONNECTIVITY
.NLM_CONNECTIVITY_IPV4_NOTRAFFIC | ConnectivityNativeHelper.
NLM_CONNECTIVITY
.NLM_CONNECTIVITY_IPV6_NOTRAFFIC)) != 0)