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