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