Files
v2rayN/v2rayN/ServiceLib/Enums/ETransport.cs
T
DHR60 9f0ef36cc0 Refactor Transport (#9004)
* Refactor transport

* Rename tcp to raw

* Fix

* Fix

Fix raw http ui

Fill xhttp default mode

Fix share uri

Remove RawHost

Fix singbox tcp http path

Fix vmess share uri

* Tidy Resx

* Fix

* Rename TransportExtra to TransportExtraItem

---------

Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com>
2026-04-16 20:21:10 +08:00

15 lines
147 B
C#

namespace ServiceLib.Enums;
public enum ETransport
{
raw,
kcp,
ws,
httpupgrade,
xhttp,
h2,
http,
quic,
grpc
}