21 #ifndef _WSB_PROXY_MANAGER_H_ 22 #define _WSB_PROXY_MANAGER_H_ 30 #if defined(__cplusplus) 83 const char* password);
101 const char* username,
102 const char* password);
106 #if defined(__cplusplus) WSB_EXPORT WSB_Result WSB_ProxyManager_SetHttpProxy(const char *hostname, WSB_UInt16 port)
Sets the http proxy to be used for all http transactions within Wasabi.
WSB_Boolean
Boolean type used for variables that can be true (WSB_TRUE) or false (WSB_FALSE). ...
Definition: WsbTypes.h:71
WSB_EXPORT WSB_Result WSB_ProxyManager_SetHttpsProxyAuthentication(WSB_Boolean is_auth, const char *username, const char *password)
Set the https proxy authentication to be used for all https transactions.
WSB_EXPORT WSB_Result WSB_ProxyManager_SetHttpsProxy(const char *hostname, WSB_UInt16 port)
Set the https proxy to be used for all https transactions within Wasabi If 'hostname' is an empty str...
int WSB_Result
Signed integer value representing a function or method result (return value).
Definition: WsbTypes.h:83
unsigned short WSB_UInt16
16-bit unsigned integer
Definition: WsbTypes.h:38
WSB_EXPORT WSB_Result WSB_ProxyManager_SetHttpProxyAuthentication(WSB_Boolean is_auth, const char *username, const char *password)
Set the http proxy authentication to be used for all http transactions.