1 write to maxAcceptedChannels
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
663this.maxAcceptedChannels = bindingElement.MaxAcceptedChannels;
3 references to maxAcceptedChannels
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayChannelListener.cs (3)
676&& (activeChannels < maxAcceptedChannels) 833if (activeChannels >= maxAcceptedChannels) 846new StringTraceRecord("MaxAcceptedChannels", maxAcceptedChannels.ToString(System.Globalization.CultureInfo.InvariantCulture)),