8 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (8)
System\ServiceModel\Configuration\NamedPipeConnectionPoolSettingsElement.cs (4)
44[ConfigurationProperty(ConfigurationStrings.MaxOutboundConnectionsPerEndpoint, DefaultValue = ConnectionOrientedTransportDefaults.MaxOutboundConnectionsPerEndpoint)] 48get { return (int)base[ConfigurationStrings.MaxOutboundConnectionsPerEndpoint]; } 49set { base[ConfigurationStrings.MaxOutboundConnectionsPerEndpoint] = value; } 73SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxOutboundConnectionsPerEndpoint, settings.MaxOutboundConnectionsPerEndpoint);
System\ServiceModel\Configuration\TcpConnectionPoolSettingsElement.cs (4)
53[ConfigurationProperty(ConfigurationStrings.MaxOutboundConnectionsPerEndpoint, DefaultValue = ConnectionOrientedTransportDefaults.MaxOutboundConnectionsPerEndpoint)] 57get { return (int)base[ConfigurationStrings.MaxOutboundConnectionsPerEndpoint]; } 58set { base[ConfigurationStrings.MaxOutboundConnectionsPerEndpoint] = value; } 84SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxOutboundConnectionsPerEndpoint, settings.MaxOutboundConnectionsPerEndpoint);