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