1 write to MaxPendingChannels
System.ServiceModel (1)
System\ServiceModel\Configuration\ReliableSessionElement.cs (1)
111
this.
MaxPendingChannels
= source.MaxPendingChannels;
2 references to MaxPendingChannels
System.ServiceModel (2)
System\ServiceModel\Configuration\ReliableSessionElement.cs (2)
95
binding.MaxPendingChannels = this.
MaxPendingChannels
;
111
this.MaxPendingChannels = source.
MaxPendingChannels
;