native
ezhttp_option_set_proxy_auth
Syntax
native ezhttp_option_set_proxy_auth(EzHttpOptions:options_id, const user[], const password[]);
Description
Sets a proxy authentication for the HTTP request.
Parameters
| options_id | Options identifier created via ezhttp_create_options(). |
|---|---|
| user | The user name for the proxy authentication. |
| password | The password for the proxy authentication. |
Return
This function has no return value.