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