1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
392
this.
timeoutHelper
= new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
421
IAsyncResult result = this.upgradeProvider.BeginClose(this.
timeoutHelper
.RemainingTime(),
435
this.parent.ReleaseConnectionPool(this.connectionPool, this.
timeoutHelper
.RemainingTime());