HTTP_QOS_SETTING_TYPE enumeration (http.h)

The HTTP_QOS_SETTING_TYPE enumeration identifies the type of a QOS setting contained in a HTTP_QOS_SETTING_INFO structure.

Syntax

typedef enum _HTTP_QOS_SETTING_TYPE {
  HttpQosSettingTypeBandwidth,
  HttpQosSettingTypeConnectionLimit,
  HttpQosSettingTypeFlowRate
} HTTP_QOS_SETTING_TYPE, *PHTTP_QOS_SETTING_TYPE;

Constants

 
HttpQosSettingTypeBandwidth
The setting is a bandwidth limit represented by a HTTP_BANDWIDTH_LIMIT_INFO structure.
HttpQosSettingTypeConnectionLimit
The setting is a connection limit represented by a HTTP_CONNECTION_LIMIT_INFO structure.
HttpQosSettingTypeFlowRate
A flow rate represented by HTTP_FLOWRATE_INFO.

Note  Windows Server 2008 R2 and Windows 7 only.

 

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header http.h

See also

HTTP_QOS_SETTING_INFO