5 references to Format
IIS.FunctionalTests (5)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (5)
297
throw new HPackDecodingException(SR.
Format
(SR.net_http_invalid_header_name, ""));
582
throw new HPackDecodingException(SR.
Format
(SR.net_http_headers_exceeded_length, _maxHeadersLength));
602
throw new HPackDecodingException(SR.
Format
(SR.net_http_headers_exceeded_length, _maxHeadersLength));
673
throw new HPackDecodingException(SR.
Format
(SR.net_http_hpack_invalid_index, index));
681
throw new HPackDecodingException(SR.
Format
(SR.net_http_hpack_large_table_size_update, size, _maxDynamicTableSize));