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