| ResponseStartedEventArgsResponseCode Property  | 
 
                Gets the response code of the current URL request (e.g., 200, 404, and so on).
                Returns 0 if the request has been failed or canceled.
            
 
    Namespace: 
   DotNetBrowser.Net.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
 Syntax
Syntaxpublic int ResponseCode { get; }Property Value
Type: 
Int32
                The response code of the current URL request (e.g., 200, 404, and so on).
                Returns 0 if the request has been failed or canceled.
            
 See Also
See Also