Proxy Class
Proxy represents a Proxy defined in NeoLoad.
Synopsis
public class Proxy {
// Public Fields
public String host;
public int port;
public String login;
public String password;
}
host
public String host;
The host of the proxy.
port
public int port;
The port of the proxy.
login
public String login;
The login to access the proxy.
password
public String password;
The password to access the proxy.