MHttpContentSource Class Reference

#include <mw/mhttpcontentsource.h>

class MHttpContentSource
Public Member Functions
pure virtual voidOnData(THttpContentSourceOp &)

Detailed Description

The implementation of MHttpContentSink can supply the request body data.

Member Function Documentation

OnData ( THttpContentSourceOp & )

voidOnData(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

Parameters
aDataData source operator