14 lines
205 B
C#
14 lines
205 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EInboundProtocol
|
|
{
|
|
socks = 0,
|
|
http,
|
|
socks2,
|
|
http2,
|
|
pac,
|
|
api,
|
|
api2,
|
|
speedtest = 21
|
|
}
|
|
} |