WiFiNetworkKind Enumeration (UWP)

Overview

The WiFiNetworkKind enumeration defines the different types of Wi-Fi networks that a Universal Windows Platform (UWP) app can connect to. This enumeration is part of the UWP.Devices.WiFiNetworkKind NuGet package.

Values

Code Examples

public enum WiFiNetworkKind { Public, Private, Enterprise }

This enumeration can be used in your UWP application to determine the type of Wi-Fi network that is available.