Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
HttpQosSettingTypeBandwidthThe setting is a bandwidth limit represented by a HTTP_BANDWIDTH_LIMIT_INFO structure. |
HttpQosSettingTypeConnectionLimitThe setting is a connection limit represented by a HTTP_CONNECTION_LIMIT_INFO structure. |
HttpQosSettingTypeFlowRateA 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 |