UrlRequestJobOptionsHttpStatusCode Property |
Gets or sets the HTTP status code of the response.
Namespace:
DotNetBrowser.Net.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public HttpStatusCode HttpStatusCode { get; set; }
Property Value
Type:
HttpStatusCode
The HTTP status code of the response.
The default value is `HttpStatusCode.OK`.
See Also