Enum NetworkType
A network type.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum NetworkType : int
Fields
| Name | Description |
|---|---|
| Cellular | Indicates a cellular network type. |
| Unknown | Indicates an unknown network type. |
| Vpn | Indicates a VPN network type. |
| Wired | Indicates a wired network type. |
| Wireless | Indicates a wireless network type. |