3 implementations of OnStaticIndexedHeader
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
704
void IHttpStreamHeadersHandler.
OnStaticIndexedHeader
(int index, ReadOnlySpan<byte> value) { }
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
576
void IHttpStreamHeadersHandler.
OnStaticIndexedHeader
(int index, ReadOnlySpan<byte> value)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
988
void IHttpStreamHeadersHandler.
OnStaticIndexedHeader
(int index, ReadOnlySpan<byte> value)
2 references to OnStaticIndexedHeader
System.Net.Http (2)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs (1)
512
handler.
OnStaticIndexedHeader
(_headerStaticIndex, headerValueSpan);
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs (1)
599
handler.
OnStaticIndexedHeader
(_headerStaticIndex, headerValueSpan);