C++ HTTP Stack  0.10
CHttpClient 멤버 목록

다음에 대한 모든 멤버의 목록입니다 : CHttpClient (모든 상속된 멤버들도 포함합니다.)

CHttpClient()CHttpClient
DoGet(const char *pszUrl, std::string &strOutputContentType, std::string &strOutputBody)CHttpClient
DoGet(const char *pszUrl, const char *pszInputContentType, const char *pszInputBody, std::string &strOutputContentType, std::string &strOutputBody)CHttpClient
DoPost(const char *pszUrl, const char *pszInputContentType, const char *pszInputBody, std::string &strOutputContentType, std::string &strOutputBody)CHttpClient
DoPost(const char *pszUrl, HTTP_HEADER_LIST *pclsHeaderList, const char *pszInputContentType, const char *pszInputBody, int iInputBodyLen, std::string &strOutputContentType, std::string &strOutputBody)CHttpClient
DoSoap(const char *pszUrl, const char *pszSoapAction, const char *pszInputBody, std::string &strOutputBody)CHttpClient
DoSoap(const char *pszUrl, const char *pszSoapAction, const char *pszInputContentType, const char *pszInputBody, std::string &strOutputBody)CHttpClient
DoUpload(const char *pszUrl, const char *pszFilePath, const char *pszPostName, POST_NAME_VALUE_MAP &clsPostDataMap, std::string &strOutputContentType, std::string &strOutputBody)CHttpClient
GetStatusCode()CHttpClient
SetRecvTimeout(int iRecvTimeout)CHttpClient
SetUserAgent(const char *pszUserAgent)CHttpClient
~CHttpClient()CHttpClient