1 type derived from NormalHttpPipeline
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
765class WebSocketHttpPipeline : NormalHttpPipeline
1 instantiation of NormalHttpPipeline
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
430new NormalHttpPipeline(httpRequestContext, transportIntegrationHandler);
5 references to NormalHttpPipeline
System.ServiceModel (5)
System\ServiceModel\Channels\HttpPipeline.cs (5)
88return NormalHttpPipeline.CreatePipeline(httpRequestContext, transportIntegrationHandler, isWebSocketTransport); 429NormalHttpPipeline pipeline = isWebSocketTransport ? new WebSocketHttpPipeline(httpRequestContext, transportIntegrationHandler) : 492ActionItem.Schedule(NormalHttpPipeline.onCreateMessageAndEnqueue, this); 639NormalHttpPipeline pipeline = (NormalHttpPipeline)state;