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