2 references to WebHostLifetime
Microsoft.AspNetCore.Hosting (2)
WebHostExtensions.cs (2)
50
using (var lifetime = new
WebHostLifetime
(cts, done, shutdownMessage: string.Empty))
93
using (var lifetime = new
WebHostLifetime
(cts, done, shutdownMessage: shutdownMessage))