1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
853this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
860timeoutHelper.RemainingTime(), onEstablishConnection, this); 894new TimeoutException(SR.GetString(SR.TimeoutOnOpen, this.timeoutHelper.OriginalTimeout), exception));