ConnectionProfile Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of connection the device is using.
public enum ConnectionProfile
- Inheritance
-
System.EnumConnectionProfile
Name | Value | Description |
---|---|---|
Unknown | 0 | Other unknown type of connection. |
Bluetooth | 1 | The bluetooth data connection. |
Cellular | 2 | The mobile/cellular data connection. |
Ethernet | 3 | The ethernet data connection. |
WiFi | 4 | The WiFi data connection. |
Product | Versions |
---|---|
Xamarin Essentials Android | Latest |
Xamarin Essentials iOS | Latest |
Xamarin Essentials Shared | Latest |
Xamarin Essentials TVOS | Latest |
Xamarin Essentials UWP | Latest |
Xamarin Essentials WatchOS | Latest |