namespace STUN.Enums { // Only UDP is supported public enum TransportType { Udp, Tcp, Tls, Dtls, } }