4 writes to wasProcessInboundRequestSuccessful
System.ServiceModel (4)
System\ServiceModel\Channels\HttpPipeline.cs (4)
505
this.
wasProcessInboundRequestSuccessful
= false;
521
this.
wasProcessInboundRequestSuccessful
= true;
616
this.
wasProcessInboundRequestSuccessful
= true;
762
this.
wasProcessInboundRequestSuccessful
= true;
1 reference to wasProcessInboundRequestSuccessful
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
591
if (this.isShortCutResponse && this.
wasProcessInboundRequestSuccessful
&& this.dequeuedCallback != null)