1 instantiation of Http3FrameWithPayload
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
542frame ??= new Http3FrameWithPayload();
10 references to Http3FrameWithPayload
InMemory.FunctionalTests (10)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (10)
159var frame = await _inboundControlStream.ReceiveFrameAsync(); 186internal void VerifyGoAway(Http3FrameWithPayload frame, long expectedLastStreamId) 540internal async ValueTask<Http3FrameWithPayload> ReceiveFrameAsync(bool expectEnd = false, bool allowEnd = false, Http3FrameWithPayload frame = null) 732var http3WithPayload = await ReceiveFrameAsync(expectEnd); 743var http3WithPayload = await ReceiveFrameAsync(); 749var http3WithPayload = await ReceiveFrameAsync(false, true); 834var http3WithPayload = await ReceiveFrameAsync(); 953var frame = await ReceiveFrameAsync(); 969internal void VerifyGoAway(Http3FrameWithPayload frame, long expectedLastStreamId)