8 references to EndStreamAsync
InMemory.FunctionalTests (8)
Http3\Http3ConnectionTests.cs (3)
179
await request.
EndStreamAsync
();
214
await activeRequest.
EndStreamAsync
();
301
await controlStream.
EndStreamAsync
().DefaultTimeout();
Http3\Http3StreamTests.cs (4)
2152
await requestStream.
EndStreamAsync
();
3028
await outboundcontrolStream.
EndStreamAsync
();
3054
await outboundcontrolStream.
EndStreamAsync
();
3284
await outboundcontrolStream.
EndStreamAsync
();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
617
await
EndStreamAsync
(data.Span);