My Project
SallyAPI::Network::CHttpSendRequestThread Class Reference

Http send request thread. More...

#include <HttpSendRequestThread.h>

Inheritance diagram for SallyAPI::Network::CHttpSendRequestThread:
SallyAPI::System::CThread

List of all members.

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.

Detailed Description

Http send request thread.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

Default constructor.

Author:
Christian Knobloch
Date:
23.12.2010

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the error code.

Author:
Christian Knobloch
Date:
23.12.2010
Returns:
The error code.
void CHttpSendRequestThread::SetValues ( HINTERNET  httpRequest)

Sets the values.

Author:
Christian Knobloch
Date:
17.12.2010
Parameters:
httpRequestThe http request.
void CHttpSendRequestThread::SetValues ( HINTERNET  httpRequest,
const std::string &  postData 
)

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines