Ejemplo n.º 1
0
 protected abstract IWebHost CreateHost(HostingConfiguration config, string contentRoot);
Ejemplo n.º 2
0
 protected HostableService(HostingConfiguration config, string contentRoot)
 {
     this.config      = config;
     this.contentRoot = contentRoot;
 }