1 write to transportIntegrationHandler
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1136this.transportIntegrationHandler = new TransportIntegrationHandler(innerPipeline);
3 references to transportIntegrationHandler
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (3)
1052if (this.transportIntegrationHandler != null) 1054this.transportIntegrationHandler.Dispose(); 1284this.context.InitializeHttpPipeline(this.listener.transportIntegrationHandler);