1 write to MaxOutboundConnectionsPerEndpoint
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\NetNamedPipeBinding.cs (1)
59set { _namedPipe.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint = value; }
2 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\Channels\NamedPipeChannelFactory.cs (1)
16bindingElement.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint)
System\ServiceModel\NetNamedPipeBinding.cs (1)
58get { return _namedPipe.ConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint; }