3 references to StopAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
732
await _bodyControl.
StopAsync
();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
BodyControlTests.cs (2)
113
await bodyControl.
StopAsync
();
130
await bodyControl.
StopAsync
();