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