C# Class Selenium.Proxy

Inheritance: ComInterfaces._Proxy
Show file Open project: florentbr/SeleniumBasic

Public Methods

Method Description
SetAutoConfigure ( string url ) : void

Proxy with automatic configuration from URL.

SetAutodetect ( ) : void

Use proxy with automatic detection.

SetFTPProxy ( string value ) : void

Use a FTP proxy

SetHttpProxy ( string value ) : void

Use an HTTP proxy

SetSSLProxy ( string value ) : void

Use a SSL proxy

SetSocksProxy ( string value, string username = null, string password = null ) : void

Use a Sock proxy

Private Methods

Method Description
ComInterfaces ( ) : IEnumerator
Proxy ( System.Collections.Dictionary capabilities ) : Selenium
Set ( string key, object value ) : void

Method Details

SetAutoConfigure() public method

Proxy with automatic configuration from URL.
public SetAutoConfigure ( string url ) : void
url string
return void

SetAutodetect() public method

Use proxy with automatic detection.
public SetAutodetect ( ) : void
return void

SetFTPProxy() public method

Use a FTP proxy
public SetFTPProxy ( string value ) : void
value string
return void

SetHttpProxy() public method

Use an HTTP proxy
public SetHttpProxy ( string value ) : void
value string
return void

SetSSLProxy() public method

Use a SSL proxy
public SetSSLProxy ( string value ) : void
value string
return void

SetSocksProxy() public method

Use a Sock proxy
public SetSocksProxy ( string value, string username = null, string password = null ) : void
value string
username string
password string
return void