ThingWorx C SDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
utils
twHttpProxy.h
Go to the documentation of this file.
1
/***************************************
2
* Copyright 2017, PTC, Inc.
3
***************************************/
4
10
#ifndef HTTP_PROXY_H
11
#define HTTP_PROXY_H
12
13
#include "
twOSPort.h
"
14
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
34
int
connectToProxy
(
twSocket
* s,
char
* authCredentials);
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
/* HTTP_PROXY_H */
twSocket
twSocket base type definition.
Definition:
twOSPort.h:174
twOSPort.h
Wrappers for OS-specific functionality.
connectToProxy
int connectToProxy(twSocket *s, char *authCredentials)
Opens the socket and connects through the proxy specified in the twSocket structure.
Definition:
twHttpProxy.c:196
Generated on Wed Feb 27 2019 14:44:44 for ThingWorx C SDK by
1.8.9.1