4 references to MaxOutboundChannelsPerEndpoint
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelPoolSettings.cs (3)
21this.maxOutboundChannelsPerEndpoint = OneWayDefaults.MaxOutboundChannelsPerEndpoint; 82[DefaultValue(OneWayDefaults.MaxOutboundChannelsPerEndpoint)] 133return (this.maxOutboundChannelsPerEndpoint != OneWayDefaults.MaxOutboundChannelsPerEndpoint
System\ServiceModel\Configuration\ChannelPoolSettingsElement.cs (1)
36[ConfigurationProperty(ConfigurationStrings.MaxOutboundChannelsPerEndpoint, DefaultValue = OneWayDefaults.MaxOutboundChannelsPerEndpoint)]