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