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