3 writes to maxOutboundConnectionsPerEndpoint
System.ServiceModel (3)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
21maxOutboundConnectionsPerEndpoint = ConnectionOrientedTransportDefaults.MaxOutboundConnectionsPerEndpoint; 29this.maxOutboundConnectionsPerEndpoint = tcp.maxOutboundConnectionsPerEndpoint; 95this.maxOutboundConnectionsPerEndpoint = value;
4 references to maxOutboundConnectionsPerEndpoint
System.ServiceModel (4)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (4)
29this.maxOutboundConnectionsPerEndpoint = tcp.maxOutboundConnectionsPerEndpoint; 88get { return this.maxOutboundConnectionsPerEndpoint; } 115if (this.maxOutboundConnectionsPerEndpoint != tcp.maxOutboundConnectionsPerEndpoint)