Information
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.

Namespace:   System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

public:
property int MaxConcurrentRequests {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The upper limit of concurrent HttpRequestMessage instances that can be processed at any given time.

Return to top
Show: