Wasabi ExpressPlay SDK for iOS  1.10
Functions
WSB_ProxyManager Class

Global Wasabi HTTP Proxy control. More...

Functions

WSB_EXPORT WSB_Result WSB_ProxyManager_SetHttpProxy (const char *hostname, WSB_UInt16 port)
 Set the http proxy to be used for all http transactions. 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. More...
 

Detailed Description

Global Wasabi HTTP Proxy control.

Function Documentation

WSB_EXPORT WSB_Result WSB_ProxyManager_SetHttpProxy ( const char *  hostname,
WSB_UInt16  port 
)

Set the http proxy to be used for all http transactions.

Returns
WSB_SUCCESS on success.
WSB_EXPORT WSB_Result WSB_ProxyManager_SetHttpsProxy ( const char *  hostname,
WSB_UInt16  port 
)

Set the https proxy to be used for all https transactions.

Returns
WSB_SUCCESS on success.