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 = 6
Will automatically start the Soft AP when CLR starts. This option forces enabling the Wireless Soft AP.
Disable = 1
Disables the Wireless Soft AP.
Enable = 2
Enables the Wireless Soft AP. If not set the Wireless Soft AP is disabled.
HiddenSSID = 8
The SSID for the Soft AP will be hidden.
None = 0
No option set.