3 writes to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
1444this.timeoutHelper = new TimeoutHelper(timeout); 1454SetWebRequest(channel.GetWebRequest(this.to, this.via, ref this.timeoutHelper)); 1469to, via, ref this.timeoutHelper, onGetWebRequestCompleted, this);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
1552SetSendTimeout(timeoutHelper.RemainingTime()); 1553IAsyncResult asyncResult = httpOutput.BeginSend(timeoutHelper.RemainingTime(), onSend, this); 1649to.Uri, this.timeoutHelper.OriginalTimeout), objectDisposedException), this.requestMessage);