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