FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
proxy.h
1
20#ifndef FREERDP_LIB_CORE_HTTP_PROXY_H
21#define FREERDP_LIB_CORE_HTTP_PROXY_H
22
23#include "freerdp/settings.h"
24#include <openssl/bio.h>
25
26BOOL proxy_prepare(rdpSettings* settings, const char** lpPeerHostname, UINT16* lpPeerPort,
27 const char** lpProxyUsername, const char** lpProxyPassword);
28
29BOOL proxy_connect(rdpContext* context, BIO* bio, const char* proxyUsername,
30 const char* proxyPassword, const char* hostname, UINT16 port);
31
32#endif /* FREERDP_LIB_CORE_HTTP_PROXY_H */