3 writes to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayChannelFactory.cs (3)
669this.timeoutHelper = new TimeoutHelper(timeout); 671parent.GetChannelFromPool(ref this.timeoutHelper, out this.key, out this.isConnectionFromPool); 711this.isConnectionFromPool, ref this.timeoutHelper);
1 reference to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
722IAsyncResult result = this.innerChannel.BeginOpen(timeoutHelper.RemainingTime(), onOpen, this);