Wasabi ExpressPlay SDK for iOS  1.10
WsbProxyManager.h
Go to the documentation of this file.
1 /*****************************************************************
2  |
3  | Wasabi - Proxy Manager
4  |
5  | $Id: WsbProxyManager.h 10793 2014-06-25 12:46:08Z jebaseelir $
6  | Original author: Laurent Grandhomme
7  |
8  | This software is provided to you pursuant to your agreement
9  | with Intertrust Technologies Corporation ("Intertrust").
10  | This software may be used only in accordance with the terms
11  | of the agreement.
12  |
13  | Copyright (c) 2008-2014 by Intertrust. All rights reserved.
14  |
15  ****************************************************************/
21 #ifndef _WSB_PROXY_MANAGER_H_
22 #define _WSB_PROXY_MANAGER_H_
23 
24 /*----------------------------------------------------------------------
25  | includes
26  +---------------------------------------------------------------------*/
27 #include "WsbTypes.h"
28 #include "WsbResults.h"
29 
30 #if defined(__cplusplus)
31 extern "C" {
32 #endif
33 
44 WSB_EXPORT WSB_Result
45 WSB_ProxyManager_SetHttpProxy(const char* hostname,
46  WSB_UInt16 port);
47 
53 WSB_EXPORT WSB_Result
54 WSB_ProxyManager_SetHttpsProxy(const char* hostname,
55  WSB_UInt16 port);
56 
59 #if defined(__cplusplus)
60 }
61 #endif
62 
63 #endif /* _WSB_PROXY_MANAGER_H_ */