Exemplo n.º 1
0
        public static string GetName([NotNull] this HttpResponseHeader header)
        {
            header = header.ArgumentDefined(nameof(header));

            return(_headerNames[(int)header]);
        }