1 override of CreateWebSocketChannelAndEnqueue
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
920
public override bool
CreateWebSocketChannelAndEnqueue
(HttpRequestContext httpRequestContext, HttpPipeline pipeline, HttpResponseMessage httpResponseMessage, string subProtocol, Action dequeuedCallback)
1 reference to CreateWebSocketChannelAndEnqueue
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
826
channelEnqueued = this.HttpRequestContext.Listener.
CreateWebSocketChannelAndEnqueue
(this.HttpRequestContext, this, response, protocol, this.dequeuedCallback);