ThingWorx C SDK
Main Page
Classes
Files
File List
File Members
src
utils
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
twSocket base type definition.
Definition:
twOSPort.h:175
twOSPort.h
Wrappers for OS-specific functionality.
NTLM_connectToProxy
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
Generated on Sat Sep 12 2015 00:38:47 for ThingWorx C SDK by
1.8.9.1