ThingWorx C SDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
utils
twNtlm.h
Go to the documentation of this file.
1
/***************************************
2
* Copyright 2017, PTC, 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:174
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:174
Generated on Wed Feb 27 2019 14:44:44 for ThingWorx C SDK by
1.8.9.1