ProxySettingsCredentials constructor

ProxySettingsCredentials(
  1. String userName,
  2. String password
)

Creates a new instance.

  • userName Username to use to connect to proxy.
  • password Password for specified username

Implementation

ProxySettingsCredentials(this.userName, this.password);