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