ProxyConfig  class 
 
    Properties 
    
        
  hashCode → int  
  
 
  The hash code for this object.
  no setter inherited 
 
        
  mode ↔ Mode  
  
 
  'direct' = Never use a proxy
'auto_detect' = Auto detect proxy settings
'pac_script' = Use specified PAC script
'fixed_servers' = Manually specify proxy servers
'system' = Use system proxy settings
  getter/setter pair 
 
        
  pacScript ↔ PacScript ? 
  
 
  The proxy auto-config (PAC) script for this configuration. Use this for
'pac_script' mode.
  getter/setter pair 
 
        
  rules ↔ ProxyRules ? 
  
 
  The proxy rules describing this configuration. Use this for
'fixed_servers' mode.
  getter/setter pair 
 
        
  runtimeType → Type  
  
 
  A representation of the runtime type of the object.
  no setter inherited 
 
        
  toJS → ProxyConfig 
  
 
  
  no setter 
 
     
   
    
  
    Methods 
    
        
  noSuchMethod (Invocation invocation → dynamic 
   
  
 
  Invoked when a nonexistent method or property is accessed.
  inherited 
 
        
  toString ()
    → String  
    
  
 
  A string representation of this object.
  inherited