ThingWorx C SDK
Main Page
Classes
Files
File List
File Members
src
utils
twHttpProxy.h
Go to the documentation of this file.
1
/***************************************
2
* Copyright (C) 2015 ThingWorx 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:175
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:190
Generated on Sat Sep 12 2015 00:38:47 for ThingWorx C SDK by
1.8.9.1