StatusCodes.Status499ClientClosedRequest Field
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.
HTTP status code 499. This is an unofficial status code originally defined by Nginx and is commonly used in logs when the client has disconnected.
public const int Status499ClientClosedRequest = 499;
val mutable Status499ClientClosedRequest : int
Public Const Status499ClientClosedRequest As Integer = 499