3 writes to abortedRetry
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (3)
225
this.
abortedRetry
= true;
247
this.
abortedRetry
= true;
261
this.
abortedRetry
= true;
3 references to abortedRetry
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (3)
222
if (messageRpc.Transaction == null && !this.
abortedRetry
)
245
if (!this.
abortedRetry
&& (sendOperation.AlternateEndpointCount > 0))
256
if (!this.
abortedRetry
)