Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Interface that describes a single HTTP operation, implemented by client app when overriding HttpDelegate. More...
#include <src/api/mip/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.
Definition at line 44 of file http_operation.h.
|
pure virtual |
Gets operation ID.
|
pure virtual |
Get response, if any.
|
pure virtual |
Get cancellation status of operation.