Wasabi ExpressPlay SDK for Desktop Systems  1.23.0
Functions
WsbProxyManager.h File Reference

Wasabi Proxies Manager. More...

#include "WsbTypes.h"
#include "WsbResults.h"

Go to the source code of this file.

Functions

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. More...
 
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 string (""), it resets the https proxy settings whereby the proxy is bypassed and Wasabi tries a direct https connection. More...
 
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. More...
 
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. More...
 

Detailed Description

Wasabi Proxies Manager.