2 references to MaxRetryCount
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
21
private int _maxRetryCount = ReliableSessionDefaults.
MaxRetryCount
;
125
[DefaultValue(ReliableSessionDefaults.
MaxRetryCount
)]