1 override of IsWebSocketRequest
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
785public override bool IsWebSocketRequest
3 references to IsWebSocketRequest
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
1290if (listener.UseWebSocketTransport && !context.IsWebSocketRequest) 1296if (!listener.UseWebSocketTransport && context.IsWebSocketRequest)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
172this.httpPipeline = HttpPipeline.CreateHttpPipeline(this, transportIntegrationHandler, this.IsWebSocketRequest);