ThingWorx C SDK
twNtlm.h
Go to the documentation of this file.
1 /***************************************
2  * Copyright (C) 2015 ThingWorx Inc. *
3  ***************************************/
4 
11 #ifndef TW_NTLM_H
12 #define TW_NTLM_H
13 
14 #include "twOSPort.h"
15 
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
34 int NTLM_connectToProxy(twSocket * sock, const char * req, const char * resp, char * user, char * password);
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif /* TW_NTLM_H */
twSocket base type definition.
Definition: twOSPort.h:175
Wrappers for OS-specific functionality.
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.
Definition: twNtlm.c:171