namespace Host.Common.Enums { public enum ConnectionMethod { None = 0, TCP = 1, TCP_SSL = 2, WS = 3, WSS = 4, } }