2 references to Http3FrameWithPayload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http3\Http3ConnectionBenchmarkBase.cs (1)
36
_httpFrame = new
Http3FrameWithPayload
();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
547
frame ??= new
Http3FrameWithPayload
();