|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <CWebServiceWinInet.h>


Public Member Functions | |
| CWebServiceWinInet () | |
| virtual | ~CWebServiceWinInet () |
Public Member Functions inherited from CWebService | |
| CWebService () | |
| virtual | ~CWebService () |
| void | Finish (const char *TestType) |
| void | Submit (const char *TestType, CTestInfo *TestInfo) |
Private Member Functions | |
| PCHAR | DoRequest (const char *Hostname, INTERNET_PORT Port, const char *ServerFile, const string &InputData) override |
Private Attributes | |
| HINTERNET | m_hInet |
| HINTERNET | m_hHTTP |
| HINTERNET | m_hHTTPRequest |
Definition at line 9 of file CWebServiceWinInet.h.
| CWebServiceWinInet::CWebServiceWinInet | ( | ) |
Constructs a CWebService object and immediately establishes a connection to the "testman" Web Service.
Definition at line 14 of file CWebServiceWinInet.cpp.
|
virtual |
Destructs a CWebService object and closes all connections to the Web Service.
Definition at line 30 of file CWebServiceWinInet.cpp.
|
overrideprivatevirtual |
Sends data to the Web Service.
| InputData | A std::string containing all the data, which is going to be submitted as HTTP POST data. |
Implements CWebService.
Definition at line 53 of file CWebServiceWinInet.cpp.
|
private |
Definition at line 13 of file CWebServiceWinInet.h.
Referenced by CWebServiceWinInet(), DoRequest(), and ~CWebServiceWinInet().
|
private |
Definition at line 14 of file CWebServiceWinInet.h.
Referenced by CWebServiceWinInet(), DoRequest(), and ~CWebServiceWinInet().
|
private |
Definition at line 12 of file CWebServiceWinInet.h.
Referenced by CWebServiceWinInet(), DoRequest(), and ~CWebServiceWinInet().