示例#1
0
 protected abstract IWebHost CreateHost(HostingConfiguration config, string contentRoot);
示例#2
0
 protected HostableService(HostingConfiguration config, string contentRoot)
 {
     this.config      = config;
     this.contentRoot = contentRoot;
 }