摘要:
WebHost主机 /// <summary> /// A builder for <see cref="IWebHost"/> /// </summary> public class WebHostBuilder : IWebHostBuilder { private readonly Hosti 阅读全文
摘要:
上一篇我们分析了IHostBuilder如何创建IHost的,这篇我们具体介绍下IHost的实现类Host internal class Host : IHost, IAsyncDisposable { private readonly ILogger<Host> _logger; private 阅读全文