3 writes to MaxRetryCount
Binding.ReliableSession.IntegrationTests (2)
NetHttpBindingTests.cs (1)
197
reliableSessionBindingElement.
MaxRetryCount
= 2;
WSHttpBindingTests.cs (1)
197
reliableSessionBindingElement.
MaxRetryCount
= 2;
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
34
MaxRetryCount
= elementToBeCloned.MaxRetryCount;
2 references to MaxRetryCount
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
19
MaxRetryCount = settings.
MaxRetryCount
;
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
34
MaxRetryCount = elementToBeCloned.
MaxRetryCount
;