ProtocolTypes Enum

Definition

Defines values for ProtocolTypes.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ProtocolTypes
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ProtocolTypes = 
Public Enum ProtocolTypes
Inheritance
ProtocolTypes
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Http 0
Https 1

Applies to