1 instantiation of Http3FrameWithPayload
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
549
frame ??= new
Http3FrameWithPayload
();
10 references to Http3FrameWithPayload
InMemory.FunctionalTests (10)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (10)
161
var
frame = await _inboundControlStream.ReceiveFrameAsync();
188
internal void VerifyGoAway(
Http3FrameWithPayload
frame, long expectedLastStreamId)
547
internal async ValueTask<
Http3FrameWithPayload
> ReceiveFrameAsync(bool expectEnd = false, bool allowEnd = false,
Http3FrameWithPayload
frame = null)
739
var
http3WithPayload = await ReceiveFrameAsync(expectEnd);
750
var
http3WithPayload = await ReceiveFrameAsync();
756
var
http3WithPayload = await ReceiveFrameAsync(false, true);
841
var
http3WithPayload = await ReceiveFrameAsync();
958
var
frame = await ReceiveFrameAsync();
974
internal void VerifyGoAway(
Http3FrameWithPayload
frame, long expectedLastStreamId)