SendUrlRequestParametersBrowser Property  | 
 
                Gets the 
IBrowser instance that initiated this request.
            
 
    Namespace: 
   DotNetBrowser.Net.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
Syntaxpublic IBrowser Browser { get; }Property Value
Type: 
IBrowser
                The 
IBrowser instance or 
null if this instance
                has not been determined or not available anymore.
            
See Also