1 write to dequeuedCallback
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
508this.dequeuedCallback = dequeuedCallback;
4 references to dequeuedCallback
System.ServiceModel (4)
System\ServiceModel\Channels\HttpPipeline.cs (4)
591if (this.isShortCutResponse && this.wasProcessInboundRequestSuccessful && this.dequeuedCallback != null) 593this.dequeuedCallback.Invoke(); 682IAsyncResult result = new EnqueueMessageAsyncResult(this.replyChannelAcceptor, this.dequeuedCallback, this, onEnqueued, this); 826channelEnqueued = this.HttpRequestContext.Listener.CreateWebSocketChannelAndEnqueue(this.HttpRequestContext, this, response, protocol, this.dequeuedCallback);