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