1 implementation of MaxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
123public int MaxOutboundConnectionsPerEndpoint
2 references to MaxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (2)
606: base(settings.MaxOutboundConnectionsPerEndpoint, settings.IdleTimeout, leaseTimeout) 638(this.MaxIdleConnectionPoolCount == settings.MaxOutboundConnectionsPerEndpoint) &&