1 implementation of MaxOutboundConnectionsPerEndpoint
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
125
public int
MaxOutboundConnectionsPerEndpoint
2 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
628
: base(settings.
MaxOutboundConnectionsPerEndpoint
, settings.IdleTimeout, leaseTimeout)
660
(this.MaxIdleConnectionPoolCount == settings.
MaxOutboundConnectionsPerEndpoint
) &&