Enum TcpUdpAnyCapsProtocol
The protocol of the incoming packet. Can be one of "ANY", "TCP" or "UDP". Default value is "ANY"
[JsonConverter(typeof(StringEnumConverter))]
public enum TcpUdpAnyCapsProtocol
- Extension Methods
Fields
[EnumMember(Value = "ANY")] ANY = 0
Enum ANY for "ANY"
[EnumMember(Value = "TCP")] TCP = 1
Enum TCP for "TCP"
[EnumMember(Value = "UDP")] UDP = 2
Enum UDP for "UDP"