mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
16 lines
No EOL
218 B
C#
16 lines
No EOL
218 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum ETransport
|
|
{
|
|
tcp,
|
|
kcp,
|
|
ws,
|
|
httpupgrade,
|
|
splithttp,
|
|
xhttp,
|
|
h2,
|
|
http,
|
|
quic,
|
|
grpc
|
|
}
|
|
} |