namespace ServiceLib.Enums { public enum EInboundProtocol { socks = 0, http, socks2, http2, pac, api, api2, speedtest = 21 } }