1 write to defaultSendTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
412this.defaultSendTimeout = httpRequestContext.DefaultSendTimeout;
2 references to defaultSendTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\HttpPipeline.cs (2)
751this.cancellationTokenSource.CancelAfter(TimeoutHelper.ToMilliseconds(this.defaultSendTimeout)); 786this.WaitTransportIntegrationHandlerTask(this.defaultSendTimeout);