RedirectResponseCodeReceivedEventArgsResponseCode Property  | 
 
                Gets the HTTP response code (e.g., 200, 404, and so on).
            
 
    Namespace: 
   DotNetBrowser.Net.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
Syntaxpublic int ResponseCode { get; }Property Value
Type: 
Int32An integer that represents the response code.
See Also