1 implementation of MaxOutboundConnectionsPerEndpoint
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
120
public int
MaxOutboundConnectionsPerEndpoint
=> _maxOutboundConnectionsPerEndpoint;
2 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
615
: base(settings.
MaxOutboundConnectionsPerEndpoint
, settings.IdleTimeout, leaseTimeout)
657
(MaxIdleConnectionPoolCount == settings.
MaxOutboundConnectionsPerEndpoint
) &&