ThingWorx C SDK
|
HTTP proxy connection function prototype. More...
#include "twOSPort.h"
Go to the source code of this file.
Functions | |
int | connectToProxy (twSocket *s, char *authCredentials) |
Opens the socket and connects through the proxy specified in the twSocket structure. More... | |
HTTP proxy connection function prototype.
int connectToProxy | ( | twSocket * | s, |
char * | authCredentials | ||
) |
Opens the socket and connects through the proxy specified in the twSocket structure.
[in] | s | A pointer to the twSocket to connect. |
[in] | authCredentials | Authorization credentials to connect with. If NULL, will use the credentials in the s twSocket structure. |
authCredentials
.