File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
dotnet/src/webdriver/BiDi/Modules/Session Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424namespace  OpenQA . Selenium . BiDi . Modules . Session ; 
2525
2626[ JsonPolymorphic ( TypeDiscriminatorPropertyName  =  "proxyType" ) ] 
27- [ JsonDerivedType ( typeof ( Autodetect ) ,  "autodetect" ) ] 
27+ [ JsonDerivedType ( typeof ( AutoDetect ) ,  "autodetect" ) ] 
2828[ JsonDerivedType ( typeof ( Direct ) ,  "direct" ) ] 
2929[ JsonDerivedType ( typeof ( Manual ) ,  "manual" ) ] 
3030[ JsonDerivedType ( typeof ( Pac ) ,  "pac" ) ] 
3131[ JsonDerivedType ( typeof ( System ) ,  "system" ) ] 
3232public  abstract  record  ProxyConfiguration 
3333{ 
34-     public  record  Autodetect  :  ProxyConfiguration ; 
34+     public  record  AutoDetect  :  ProxyConfiguration ; 
3535
3636    public  record  Direct  :  ProxyConfiguration ; 
3737
@@ -48,7 +48,7 @@ public record Manual : ProxyConfiguration
4848        public  long ?  SocksVersion  {  get ;  set ;  } 
4949    } 
5050
51-     public  record  Pac ( string  ProxyAutoconfigUrl )  :  ProxyConfiguration ; 
51+     public  record  Pac ( string  ProxyAutoConfigUrl )  :  ProxyConfiguration ; 
5252
5353    public  record  System  :  ProxyConfiguration ; 
5454} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments