10 implementations of OnStaticIndexedHeader
InMemory.FunctionalTests (3)
Http2\Http2ConnectionTests.cs (1)
2462public void OnStaticIndexedHeader(int index)
Http2\Http2TestBase.cs (1)
444public void OnStaticIndexedHeader(int index)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
782public void OnStaticIndexedHeader(int index)
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
1546public void OnStaticIndexedHeader(int index)
Internal\Http3\Http3Stream.cs (1)
203public void OnStaticIndexedHeader(int index)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Shared\test\Shared.Tests\runtime\Http2\HPackDecoderTest.cs (1)
973void IHttpStreamHeadersHandler.OnStaticIndexedHeader(int index)
src\Shared\test\Shared.Tests\runtime\Http3\QPackDecoderTest.cs (1)
385void IHttpStreamHeadersHandler.OnStaticIndexedHeader(int index)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http2\HPackDecoderBenchmark.cs (1)
126public void OnStaticIndexedHeader(int index)
Http3\QPackDecoderBenchmark.cs (1)
115public void OnStaticIndexedHeader(int index)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
782public void OnStaticIndexedHeader(int index)
2 references to OnStaticIndexedHeader
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
551handler.OnStaticIndexedHeader(index);
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
748handler.OnStaticIndexedHeader(index);