5 references to EndStreamAsync
InMemory.FunctionalTests (5)
Http3\Http3ConnectionTests.cs (3)
179
await request.
EndStreamAsync
();
214
await activeRequest.
EndStreamAsync
();
301
await controlStream.
EndStreamAsync
().DefaultTimeout();
Http3\Http3StreamTests.cs (1)
2150
await requestStream.
EndStreamAsync
();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
615
await
EndStreamAsync
(data.Span);