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