ProxySettingsCredentials constructor
- String userName,
- String password
Creates a new instance.
userNameUsername to use to connect to proxy.passwordPassword for specified username
Implementation
ProxySettingsCredentials(this.userName, this.password);