1 write to transportIntegrationHandlerTask
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
516
this.
transportIntegrationHandlerTask
= this.transportIntegrationHandler.ProcessPipelineAsync(this.httpRequestMessage, this.cancellationTokenSource.Token);
6 references to transportIntegrationHandlerTask
System.ServiceModel (6)
System\ServiceModel\Channels\HttpPipeline.cs (6)
466
if (this.
transportIntegrationHandlerTask
.Result != null)
468
this.httpOutput.Send(this.
transportIntegrationHandlerTask
.Result, helper.RemainingTime());
608
this.
transportIntegrationHandlerTask
.ContinueWith(
760
Fx.Assert(this.
transportIntegrationHandlerTask
!= null, "transportIntegrationHandlerTask should not be null.");
761
this.
transportIntegrationHandlerTask
.Wait(timeout, null, null);
788
HttpResponseMessage response = this.
transportIntegrationHandlerTask
.Result;