mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-15 20:58:07 +00:00
15 lines
No EOL
203 B
C#
15 lines
No EOL
203 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum ETransport
|
|
{
|
|
tcp,
|
|
kcp,
|
|
ws,
|
|
httpupgrade,
|
|
splithttp,
|
|
h2,
|
|
http,
|
|
quic,
|
|
grpc
|
|
}
|
|
} |