mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
14 lines
147 B
C#
14 lines
147 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum ETransport
|
|
{
|
|
tcp,
|
|
kcp,
|
|
ws,
|
|
httpupgrade,
|
|
xhttp,
|
|
h2,
|
|
http,
|
|
quic,
|
|
grpc
|
|
}
|