2 references to MaxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeConnectionPoolSettings.cs (1)
19
_maxOutputConnectionsPerEndpoint = ConnectionOrientedTransportDefaults.
MaxOutboundConnectionsPerEndpoint
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (1)
21
_maxOutboundConnectionsPerEndpoint = ConnectionOrientedTransportDefaults.
MaxOutboundConnectionsPerEndpoint
;