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