|
My Project
|
Http send request thread. More...
#include <HttpSendRequestThread.h>
Public Member Functions | |
| CHttpSendRequestThread () | |
| Default constructor. | |
| virtual | ~CHttpSendRequestThread () |
| Destructor. | |
| void | SetValues (HINTERNET httpRequest) |
| Sets the values. | |
| void | SetValues (HINTERNET httpRequest, const std::string &postData) |
| int | GetErrorCode () |
| Gets the error code. | |
Http send request thread.
Default constructor.
| CHttpSendRequestThread::~CHttpSendRequestThread | ( | ) | [virtual] |
Destructor.
Gets the error code.
| void CHttpSendRequestThread::SetValues | ( | HINTERNET | httpRequest | ) |
Sets the values.
| httpRequest | The http request. |
| void CHttpSendRequestThread::SetValues | ( | HINTERNET | httpRequest, |
| const std::string & | postData | ||
| ) |