HttpSysOptions.Http503Verbosity Property
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.
Gets or sets a value that controls how http.sys reacts when rejecting requests due to throttling conditions - like when the request queue limit is reached. The default in http.sys is "Basic" which means http.sys is just resetting the TCP connection. IIS uses Limited as its default behavior which will result in sending back a 503 - Service Unavailable back to the client. This settings does not apply when attaching to an existing queue.
public:
property Microsoft::AspNetCore::Server::HttpSys::Http503VerbosityLevel Http503Verbosity { Microsoft::AspNetCore::Server::HttpSys::Http503VerbosityLevel get(); void set(Microsoft::AspNetCore::Server::HttpSys::Http503VerbosityLevel value); };
public Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel Http503Verbosity { get; set; }
member this.Http503Verbosity : Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel with get, set
Public Property Http503Verbosity As Http503VerbosityLevel