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