1 instantiation of ServiceHttpHandler
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceHttpHandlerFactory.cs (1)
22this.handler = new ServiceHttpHandler();
1 reference to ServiceHttpHandler
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceHttpHandlerFactory.cs (1)
30Fx.Assert(handler is ServiceHttpHandler, "ASP.NET asked to release the wrong handler.");