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