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