1 instantiation of Http3FrameWithPayload
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
548
frame ??= new
Http3FrameWithPayload
();
11 references to Http3FrameWithPayload
InMemory.FunctionalTests (11)
Http3\Http3ConnectionTests.cs (1)
102
var
frame = await requestStream.ReceiveFrameAsync();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (10)
160
var
frame = await _inboundControlStream.ReceiveFrameAsync();
187
internal void VerifyGoAway(
Http3FrameWithPayload
frame, long expectedLastStreamId)
546
internal async ValueTask<
Http3FrameWithPayload
> ReceiveFrameAsync(bool expectEnd = false, bool allowEnd = false,
Http3FrameWithPayload
frame = null)
738
var
http3WithPayload = await ReceiveFrameAsync(expectEnd);
749
var
http3WithPayload = await ReceiveFrameAsync();
755
var
http3WithPayload = await ReceiveFrameAsync(false, true);
840
var
http3WithPayload = await ReceiveFrameAsync();
957
var
frame = await ReceiveFrameAsync();
973
internal void VerifyGoAway(
Http3FrameWithPayload
frame, long expectedLastStreamId)