Enum WirelessAPConfiguration.ConfigurationOptions
- Namespace
- System.Net.NetworkInformation
- Assembly
- System.Net.dll
Configuration flags used for Wireless Soft AP configuration.
[Flags]
public enum WirelessAPConfiguration.ConfigurationOptions : byte
Fields
AutoStart = 6Will automatically start the Soft AP when CLR starts. This option forces enabling the Wireless Soft AP.
Disable = 1Disables the Wireless Soft AP.
Enable = 2Enables the Wireless Soft AP. If not set the Wireless Soft AP is disabled.
HiddenSSID = 8The SSID for the Soft AP will be hidden.
None = 0No option set.