mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-10 21:40:10 +05:00
15 lines
199 B
C#
15 lines
199 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum ETransport
|
|
{
|
|
tcp,
|
|
kcp,
|
|
ws,
|
|
httpupgrade,
|
|
xhttp,
|
|
h2,
|
|
http,
|
|
quic,
|
|
grpc
|
|
}
|
|
} |