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