Exemplo n.º 1
0
        public string get_header_Name(HeaderRequest request)
        {
            string text = null;
            _headers.Value<string>(request.Name, x => text = x);

            return text;
        }
Exemplo n.º 2
0
        public string get_header_Name(HeaderRequest request)
        {
            string text = null;

            _headers.Value <string>(request.Name, x => text = x);

            return(text);
        }