1 write to _maxOutboundConnectionsPerEndpoint
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
67
_maxOutboundConnectionsPerEndpoint
= maxOutboundConnectionsPerEndpoint;
1 reference to _maxOutboundConnectionsPerEndpoint
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
120
public int MaxOutboundConnectionsPerEndpoint =>
_maxOutboundConnectionsPerEndpoint
;