#include <mw/mhttpcontentsink.h>
Link against: httpservice.lib
class THttpContentSinkOp |
Public Member Functions | |
---|---|
THttpContentSinkOp() | |
IMPORT_C TBool | GetData(TPtrC8 &) |
IMPORT_C void | Release() |
IMPORT_C void | Store() |
THttpContentSinkOp is an operator to retrieve/store/release the HTTP content. The data consuming can be an asynchronous operation. After consuming the data Release/Store function must be called.