2 references to MaxPendingChannels
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
20
private int _maxPendingChannels = ReliableSessionDefaults.
MaxPendingChannels
;
109
[DefaultValue(ReliableSessionDefaults.
MaxPendingChannels
)]