1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\TransportManager.cs (1)
373this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\TransportManager.cs (2)
374this.timeoutHelper.RemainingTime(); //start count down 385parent.Close(timeoutHelper.RemainingTime());