Home
last modified time | relevance | path

Searched refs:OutboundConnectionsPerEndpointRatio (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DConnectionPool.cs599 … TD.OutboundConnectionsPerEndpointRatio(this.idleConnections.Count, maxCount); in ReturnToPool()
611 … TD.OutboundConnectionsPerEndpointRatio(this.idleConnections.Count, maxCount); in Take()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/
H A DTD.Designer.cs3698 internal static void OutboundConnectionsPerEndpointRatio(int cur, int max) in OutboundConnectionsPerEndpointRatio() method in System.ServiceModel.Diagnostics.Application.TD