3 writes to isShortCutResponse
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
570
this.
isShortCutResponse
= false;
822
this.
isShortCutResponse
= false;
843
this.
isShortCutResponse
= !channelEnqueued;
3 references to isShortCutResponse
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
440
if (!this.
isShortCutResponse
)
591
if (this.
isShortCutResponse
&& this.wasProcessInboundRequestSuccessful && this.dequeuedCallback != null)
613
if (this.
isShortCutResponse
)