UrlRequestBrowser Property  | 
 
                Gets the 
IBrowser instance associated with this request.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntaxpublic IBrowser Browser { get; }Property Value
Type: 
IBrowser
                The 
IBrowser instance or null if the corresponding instance has not been determined or not
                available anymore.
            
See Also