2 implementations of StopAsync
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (1)
243public async Task StopAsync(CancellationToken cancellationToken)
KestrelServer.cs (1)
60public Task StopAsync(CancellationToken cancellationToken)
2 references to StopAsync
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostService.cs (1)
201await Server.StopAsync(cancellationToken);
Internal\WebHost.cs (1)
299await Server.StopAsync(cancellationToken).ConfigureAwait(false);