1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1230this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
1238IAsyncResult result = this.binder.BeginOpen(timeoutHelper.RemainingTime(), onBinderOpenComplete, this); 1265IAsyncResult result = this.binder.BeginClose(this.timeoutHelper.RemainingTime(), 1303result = this.session.BeginOpen(this.timeoutHelper.RemainingTime(),