Http503VerbosityLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum declaring the allowed values for the verbosity level when http.sys reject requests due to throttling.
public enum class Http503VerbosityLevel
public enum Http503VerbosityLevel
type Http503VerbosityLevel =
Public Enum Http503VerbosityLevel
- Inheritance
-
Http503VerbosityLevel
Fields
Name | Value | Description |
---|---|---|
Basic | 0 | A 503 response is not sent; the connection is reset. This is the default HTTP Server API behavior. |
Limited | 1 | The HTTP Server API sends a 503 response with a "Service Unavailable" reason phrase. |
Full | 2 | The HTTP Server API sends a 503 response with a detailed reason phrase. |