4 references to MaxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (4)
CodeDomFixup\MethodCreationHelper.cs (3)
1256
if (defaultBindingElement.ConnectionPoolSettings.
MaxOutboundConnectionsPerEndpoint
!= bindingElement.ConnectionPoolSettings.
MaxOutboundConnectionsPerEndpoint
)
1263
new CodePrimitiveExpression(bindingElement.ConnectionPoolSettings.
MaxOutboundConnectionsPerEndpoint
)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpChannelFactory.cs (1)
16
bindingElement.ConnectionPoolSettings.
MaxOutboundConnectionsPerEndpoint
,