1 implementation of StopAsync
Microsoft.AspNetCore.Hosting (1)
Internal\WebHost.cs (1)
280public async Task StopAsync(CancellationToken cancellationToken = default)
3 references to StopAsync
Aspire.Dashboard.Tests (1)
Integration\MockOpenIdAuthority.cs (1)
136await webHost.StopAsync();
Microsoft.AspNetCore.Hosting (2)
WebHostExtensions.cs (2)
29await host.StopAsync(cts.Token); 167await host.StopAsync();