, including all inherited members.
CreateStream(const std::string &URL, const std::string &Login, const std::string &Password, ULONGLONG StartingOffset=-1LL, ULONGLONG EndingOffset=0LL, unsigned *pHTTPResultCode=NULL, const CBuffer *pPostRequestBody=NULL, PNETPROGRESSPROC pProgress=NULL, void *pContext=NULL, ActionStatus *pStatus=NULL, unsigned ReportedThreadID=NULL, bool *pRetryPossible=NULL, bool *pResultIsNonSeekable=NULL, const ConstManagedPointer< ACHTTPRequest > *ppRequestOverride=NULL) | BazisLib::Network::HTTP::HTTPClient | [protected] |
GetTimeout() | BazisLib::Network::HTTP::HTTPClient | [inline] |
HTTPClient() | BazisLib::Network::HTTP::HTTPClient | [inline] |
HTTPFile class | BazisLib::Network::HTTP::AutoHTTPClient | [friend] |
m_CookieMgr | BazisLib::Network::HTTP::HTTPClient | [protected] |
m_ProxyHost | BazisLib::Network::HTTP::HTTPClient | [protected] |
m_ProxyLogin | BazisLib::Network::HTTP::HTTPClient | [protected] |
m_ProxyMutex | BazisLib::Network::HTTP::HTTPClient | [protected] |
m_ProxyPassword | BazisLib::Network::HTTP::HTTPClient | [protected] |
m_ProxyPort | BazisLib::Network::HTTP::HTTPClient | [protected] |
m_Timeout | BazisLib::Network::HTTP::HTTPClient | [protected] |
OpenDocument(const std::string &URL, const std::string &Login, const std::string &Password, bool ReadAheadCache=true, PNETPROGRESSPROC pProgress=0, void *pContext=0, unsigned ThreadID=0, const ConstManagedPointer< ACHTTPRequest > *ppHeaderOverride=NULL) | BazisLib::Network::HTTP::AutoHTTPClient | |
PostRequest(const std::string &URL, const CBuffer &RequestBody, ManagedPointer< AIFile > file, PNETPROGRESSPROC pProgress=0, void *pContext=0) | BazisLib::Network::HTTP::HTTPClient | |
QueryFileInfo(const std::string &URL, CHTTPReplyHeader *pHeader) | BazisLib::Network::HTTP::HTTPClient | |
RetreiveFile(const std::string &URL, ManagedPointer< AIFile > file, PNETPROGRESSPROC pProgress=0, void *pContext=0) | BazisLib::Network::HTTP::HTTPClient | [inline] |
RetreiveFileEx(const std::string &URL, ManagedPointer< AIFile > file, ULONGLONG StartingOffset, ULONGLONG EndingOffset, PNETPROGRESSPROC pProgress=0, void *pContext=0) | BazisLib::Network::HTTP::HTTPClient | |
SetProxy(const std::string &Proxy="") | BazisLib::Network::HTTP::HTTPClient | |
SetTimeout(unsigned Timeout=0) | BazisLib::Network::HTTP::HTTPClient | [inline] |