OpenPr0gramm.ClientConstants.GetPrefix C# (CSharp) Method

GetPrefix() private static method

private static GetPrefix ( bool secure ) : string
secure bool
return string
        private static string GetPrefix(bool secure) => secure ? ProtocolPrefix : InsecureProtocolPrefix;