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