1 write to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (1)
System\ServiceModel\Configuration\TcpConnectionPoolSettingsElement.cs (1)
97
this.
MaxOutboundConnectionsPerEndpoint
= source.MaxOutboundConnectionsPerEndpoint;
2 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (2)
System\ServiceModel\Configuration\TcpConnectionPoolSettingsElement.cs (2)
71
settings.MaxOutboundConnectionsPerEndpoint = this.
MaxOutboundConnectionsPerEndpoint
;
97
this.MaxOutboundConnectionsPerEndpoint = source.
MaxOutboundConnectionsPerEndpoint
;