1 write to maxRetryCount
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
143
this.
maxRetryCount
= value;
3 references to maxRetryCount
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
136
return this.
maxRetryCount
;
531
if (this.
maxRetryCount
!= session.
maxRetryCount
)