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