Enum ConnectionType
Request / response headers as keys / values of JSON object.
[JsonConverter(typeof(JsonStringEnumConverter<ConnectionType>))]
public enum ConnectionType
Fields
Bluetooth = 4Cellular2g = 1Cellular3g = 2Cellular4g = 3Ethernet = 5None = 0Other = 8Wifi = 6Wimax = 7