SetEnableProxyAuth
Enable or disable proxy authentication.
int SetEnableProxyAuth(int enable)
Parameters
enable: 1 to enable authentication, 0 to disable.
Return Value
int: 0 if success.
Example
// example
SetEnableProxyAuth(1);
Last updated
Was this helpful?