3 writes to _maxOutboundConnectionsPerEndpoint
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
20
_maxOutboundConnectionsPerEndpoint
= ConnectionOrientedTransportDefaults.MaxOutboundConnectionsPerEndpoint;
28
_maxOutboundConnectionsPerEndpoint
= tcp._maxOutboundConnectionsPerEndpoint;
93
_maxOutboundConnectionsPerEndpoint
= value;
4 references to _maxOutboundConnectionsPerEndpoint
System.ServiceModel.NetTcp (4)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (4)
28
_maxOutboundConnectionsPerEndpoint = tcp.
_maxOutboundConnectionsPerEndpoint
;
84
get { return
_maxOutboundConnectionsPerEndpoint
; }
119
if (
_maxOutboundConnectionsPerEndpoint
!= tcp.
_maxOutboundConnectionsPerEndpoint
)