3 references to MaxAcceptedChannels
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayBindingElement.cs (2)
26this.maxAcceptedChannels = OneWayDefaults.MaxAcceptedChannels; 53[DefaultValue(OneWayDefaults.MaxAcceptedChannels)]
System\ServiceModel\Configuration\OneWayElement.cs (1)
28[ConfigurationProperty(ConfigurationStrings.MaxAcceptedChannels, DefaultValue = OneWayDefaults.MaxAcceptedChannels)]