4 references to MaxAcceptedChannels
System.ServiceModel (4)
System\ServiceModel\Configuration\OneWayElement.cs (4)
28[ConfigurationProperty(ConfigurationStrings.MaxAcceptedChannels, DefaultValue = OneWayDefaults.MaxAcceptedChannels)] 32get { return (int)base[ConfigurationStrings.MaxAcceptedChannels]; } 33set { base[ConfigurationStrings.MaxAcceptedChannels] = value; } 77SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxAcceptedChannels, source.MaxAcceptedChannels);