MHttpContentSource Class Reference

class MHttpContentSource

The implementation of MHttpContentSink can supply the request body data.

Public Member Functions
voidOnData(THttpContentSourceOp &)
Private Member Functions
voidReserved()
voidReserved2()

Member Functions 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

THttpContentSourceOp & aDataData source operator

Reserved()

voidReserved()[private, inline, virtual]

Reserved2()

voidReserved2()[private, inline, virtual]