2 writes to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (2)
System\ServiceModel\Configuration\TcpConnectionPoolSettingsElement.cs (1)
71settings.MaxOutboundConnectionsPerEndpoint = this.MaxOutboundConnectionsPerEndpoint;
System\ServiceModel\NetTcpBinding.cs (1)
100transport.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint = value;
4 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
180connectionPool.SetProperty(AdministrationStrings.MaxOutboundConnectionsPerEndpoint, tcp.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint);
System\ServiceModel\Channels\TcpChannelFactory.cs (1)
27bindingElement.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint,
System\ServiceModel\Channels\TcpChannelListener.cs (1)
198InitializeMaxPooledConnections(bindingElement.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint);
System\ServiceModel\Configuration\TcpConnectionPoolSettingsElement.cs (1)
84SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxOutboundConnectionsPerEndpoint, settings.MaxOutboundConnectionsPerEndpoint);