mUPnP for C++
|
#include <ControlRequest.h>
Public Member Functions | |
ControlRequest () | |
ControlRequest (uHTTP::HTTPRequest *httpReq) | |
bool | isQueryControl () |
bool | isActionControl () |
Public Member Functions inherited from uSOAP::SOAPRequest | |
SOAPRequest () | |
SOAPRequest (uHTTP::HTTPRequest *httpReq) | |
~SOAPRequest () | |
void | setSOAPAction (const std::string &action) |
const char * | getSOAPAction (std::string &buf) |
bool | isSOAPAction (const std::string &value) |
const char * | getHeader (std::string &buf) |
const char * | getEncording (std::string &buf) |
bool | isEncording (const std::string &encType) |
SOAPResponse * | postMessage (const std::string &host, int port, SOAPResponse *soapRes) |
SOAPResponse * | postMessage (const std::string &host, int port) |
void | setEnvelopeNode (mupnp_shared_ptr< uXML::Node > node) |
mupnp_shared_ptr< uXML::Node > | getEnvelopeNode () |
mupnp_shared_ptr< uXML::Node > | getBodyNode () |
void | setContent (uXML::Node *node) |
Protected Member Functions | |
void | setRequestHost (Service *service) |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |