ThingWorx C SDK
|
NTLM proxy connection function prototype. More...
#include "twOSPort.h"
Go to the source code of this file.
Functions | |
int | NTLM_connectToProxy (twSocket *sock, const char *req, const char *resp, char *user, char *password) |
Opens the socket and connects through the proxy specified in the twSocket structure. More... | |
NTLM proxy connection function prototype.
int NTLM_connectToProxy | ( | twSocket * | sock, |
const char * | req, | ||
const char * | resp, | ||
char * | user, | ||
char * | password | ||
) |
Opens the socket and connects through the proxy specified in the twSocket structure.
[in] | sock | A pointer to the twSocket to connect |
[in] | msg | The full Proxy Authorization header initial HTTP CONNECT attempt. |
[in] | user | The username for the proxy. |
[in] | password | The password for the proxy. |