1 write to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (1)
System\ServiceModel\Configuration\NamedPipeConnectionPoolSettingsElement.cs (1)
85
this.
MaxOutboundConnectionsPerEndpoint
= source.MaxOutboundConnectionsPerEndpoint;
2 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (2)
System\ServiceModel\Configuration\NamedPipeConnectionPoolSettingsElement.cs (2)
61
settings.MaxOutboundConnectionsPerEndpoint = this.
MaxOutboundConnectionsPerEndpoint
;
85
this.MaxOutboundConnectionsPerEndpoint = source.
MaxOutboundConnectionsPerEndpoint
;