3 writes to _maxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
21
_maxOutboundConnectionsPerEndpoint
= ConnectionOrientedTransportDefaults.MaxOutboundConnectionsPerEndpoint;
29
_maxOutboundConnectionsPerEndpoint
= tcp._maxOutboundConnectionsPerEndpoint;
95
_maxOutboundConnectionsPerEndpoint
= value;
4 references to _maxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (4)
29
_maxOutboundConnectionsPerEndpoint = tcp.
_maxOutboundConnectionsPerEndpoint
;
88
get { return
_maxOutboundConnectionsPerEndpoint
; }
115
if (
_maxOutboundConnectionsPerEndpoint
!= tcp.
_maxOutboundConnectionsPerEndpoint
)