Click or drag to resize

UrlRequestJobOptionsHttpStatusCode Property

Gets or sets the HTTP status code of the response.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public HttpStatusCode HttpStatusCode { get; set; }

Property Value

Type: HttpStatusCode
The HTTP status code of the response. The default value is `HttpStatusCode.OK`.
See Also