WebProcessStatistics::RequestsRejected Property

 

Gets the number of rejected requests.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property int RequestsRejected {
	int get();
}

Property Value

Type: System::Int32

The number of rejected requests.

This RequestsRejected value is a useful indicator of an overloaded or malfunctioning system.

The following code example shows how to get the RequestsRejected value.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: