Example #1
0
 public SpWindowsHostEnvironment(HostConfigurator configurator)
 {
     _hostConfigurator = configurator;
     _environment      = new WindowsHostEnvironment(configurator);
 }
Example #2
0
 public WindowsHostEnvironmentWithDebugSupport(HostConfigurator hc)
 {
     this.wrappedHost = new WindowsHostEnvironment(hc);
 }