Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
Interface that describes a single HTTP operation, implemented by client app when overriding HttpDelegate. More...
#include <http_operation.h>
Public Member Functions | |
virtual const std::string & | GetId () const =0 |
Gets operation ID. | |
virtual std::shared_ptr< HttpResponse > | GetResponse ()=0 |
Get response, if any. | |
virtual bool | IsCancelled ()=0 |
Get cancellation status of operation. | |
Interface that describes a single HTTP operation, implemented by client app when overriding HttpDelegate.
|
pure virtual |
Gets operation ID.
|
pure virtual |
Get response, if any.
|
pure virtual |
Get cancellation status of operation.