3 references to Sessions
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (3)
147get { return this.Sessions.Capacity; } 151this.Sessions.Capacity = value; 155this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.SessionsPercentMaxSessionsBase, this.Sessions.Capacity);