#include <mw/mhttpcontentsource.h>
| class MHttpContentSource |
| Public Member Functions | |
|---|---|
| pure virtual void | OnData(THttpContentSourceOp &) |
The implementation of MHttpContentSink can supply the request body data.
| void | OnData | ( | THttpContentSourceOp & | aData | ) | [pure virtual] |
Obtain a part of request body data from the source. The data should be guranteed to survive till another call to OnData or a call to CHttpClientTransaction::OnCompletion/OnError
| Parameter | Description |
|---|---|
| aData | Data source operator |