다음을 통해 공유


Http503VerbosityLevel Enum

Definition

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.

Applies to