1 write to maxPendingChannels
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
127
this.
maxPendingChannels
= value;
3 references to maxPendingChannels
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
120
return this.
maxPendingChannels
;
529
if (this.
maxPendingChannels
!= session.
maxPendingChannels
)