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