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