setProxyAuth(...args)

Configures proxy authentication with username/password.

setProxyAuthen(enable, username, password)

Parameters

  • enable (number, 0/1) – 1 = enable, 0 = disable.

  • username (string)

  • password (string)

Return Value

number (0 = success)

Example

// example

sdk.setProxyAuth(1, "user", "pass");

Last updated

Was this helpful?