BE_HTTP_Set_Proxy

BE_HTTP_Set_Proxy ( proxy {; port ; username ; password } )

 

Used for setting the HTTP proxy values values before other HTTP function calls.

 

Version : 2.0
4.0.2 : Renamed from BE_HTTP_Set_Proxy

 

Parameters :
proxy : the proxy url details.
port ( optional ) : port number to use ( defaults to port 80 ).
username ( optional ) : username for basic HTTP authentication.
password ( optional ) : password for basic HTTP authentication.

 

Result : Returns an error code if possible, and 0 ( for no error ) on success. Other errors are logged and can be retrieved with BE_GetLastError.

Still need help? Contact Us Contact Us