1 override of CreateWebSocketChannelAndEnqueue
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
920public 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)
826channelEnqueued = this.HttpRequestContext.Listener.CreateWebSocketChannelAndEnqueue(this.HttpRequestContext, this, response, protocol, this.dequeuedCallback);