HttpStatus ClassC# API
Represents an HTTP status code.
Inheritance Hierarchy

System Object
  Facilita.Web HttpStatus

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public class HttpStatus : IDisposable
Remarks

To find the HTTP status code of a Response object, use the Result property.

HTTP status codes are defined by OnlineRFC 2616.

See Also