1 write to backoffHelper
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
1900
parent.PrepareConnect(remoteUri, this.timeoutHelper.RemainingTime(), out this.resolvedAddress, out this.
backoffHelper
);
2 references to backoffHelper
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
1910
this.connection = this.parent.TryConnect(this.remoteUri, this.resolvedAddress, this.
backoffHelper
);
1918
this.
backoffHelper
.WaitAndBackoff(waitCompleteCallback, this);