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