1 write to MaxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
84set { _namedPipe.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint = value; }
1 reference to MaxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
83get { return _namedPipe.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint; }