4 references to MaxOutboundChannelsPerEndpoint
System.ServiceModel (4)
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (4)
36[ConfigurationProperty(ConfigurationStrings.MaxOutboundChannelsPerEndpoint, DefaultValue = OneWayDefaults.MaxOutboundChannelsPerEndpoint)] 40get { return (int)base[ConfigurationStrings.MaxOutboundChannelsPerEndpoint]; } 41set { base[ConfigurationStrings.MaxOutboundChannelsPerEndpoint] = value; } 65SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxOutboundChannelsPerEndpoint, settings.MaxOutboundChannelsPerEndpoint);