1 instantiation of TransportIntegrationHandler
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1136this.transportIntegrationHandler = new TransportIntegrationHandler(innerPipeline);
8 references to TransportIntegrationHandler
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
827TransportIntegrationHandler transportIntegrationHandler; 1474/// Initializes a new instance of the <see cref="TransportIntegrationHandler"/> class.
System\ServiceModel\Channels\HttpPipeline.cs (5)
74public static HttpPipeline CreateHttpPipeline(HttpRequestContext httpRequestContext, TransportIntegrationHandler transportIntegrationHandler, bool isWebSocketTransport) 393TransportIntegrationHandler transportIntegrationHandler; 409public NormalHttpPipeline(HttpRequestContext httpRequestContext, TransportIntegrationHandler transportIntegrationHandler) 427public static HttpPipeline CreatePipeline(HttpRequestContext httpRequestContext, TransportIntegrationHandler transportIntegrationHandler, bool isWebSocketTransport) 767public WebSocketHttpPipeline(HttpRequestContext httpRequestContext, TransportIntegrationHandler transportIntegrationHandler)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
170public void InitializeHttpPipeline(TransportIntegrationHandler transportIntegrationHandler)