C# Class OpenQA.Selenium.Proxy

Describes proxy settings to be used with a driver instance.
Exibir arquivo Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Public Methods

Method Description
Proxy ( ) : System

Initializes a new instance of the Proxy class.

Proxy ( object>.Dictionary settings ) : System

Initializes a new instance of the Proxy class with the given proxy settings.

Private Methods

Method Description
VerifyProxyTypeCompatilibily ( ProxyKind compatibleProxy ) : void

Method Details

Proxy() public method

Initializes a new instance of the Proxy class.
public Proxy ( ) : System
return System

Proxy() public method

Initializes a new instance of the Proxy class with the given proxy settings.
public Proxy ( object>.Dictionary settings ) : System
settings object>.Dictionary A dictionary of settings to use with the proxy.
return System