1 write to MaxAcceptedChannels
System.ServiceModel (1)
System\ServiceModel\Configuration\OneWayElement.cs (1)
53oneWayBindingElement.MaxAcceptedChannels = this.MaxAcceptedChannels;
4 references to MaxAcceptedChannels
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
372instance.SetProperty(AdministrationStrings.MaxAcceptedChannels, oneWay.MaxAcceptedChannels);
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
298if (this.maxAcceptedChannels != oneWayBindingElement.MaxAcceptedChannels)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
663this.maxAcceptedChannels = bindingElement.MaxAcceptedChannels;
System\ServiceModel\Configuration\OneWayElement.cs (1)
77SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxAcceptedChannels, source.MaxAcceptedChannels);