Property HttpStatusCode
- Namespace
- DotNetBrowser.Net.Handlers
- Assembly
- DotNetBrowser.dll
HttpStatusCode
Gets or sets the HTTP status code of the response.
public HttpStatusCode HttpStatusCode { get; set; }
Property Value
- HttpStatusCode
The HTTP status code of the response. The default value is
HttpStatusCode.OK
.