The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpSelfHostConfiguration::MaxConcurrentRequests Property
Gets or sets the upper limit of concurrent HttpRequestMessage instances that can be processed at any given time. The default is 100 times the number of CPU cores.
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Property Value
Type: System::Int32The upper limit of concurrent HttpRequestMessage instances that can be processed at any given time.
Show: