Example #1
0
 public PreloadHost()
 {
     HostingEnvironment.RegisterObject(this);
 }
 protected AppDomainProtocolHandler()
 {
     HostingEnvironment.RegisterObject(this);
 }
 public ISAPIRuntime()
 {
     HostingEnvironment.RegisterObject(this);
 }
 public PipelineRuntime()
 {
     HostingEnvironment.RegisterObject(this);
     Debug.Trace("PipelineDomain", "RegisterObject(this) called");
 }
 public PipelineRuntime()
 {
     HostingEnvironment.RegisterObject(this);
 }