Control Point HTTP API


o UpnpDownloadUrlItem
UpnpDownloadUrlItem downloads a file specified in a URL.
o UpnpOpenHttpGet
UpnpOpenHttpGet gets a file specified in a URL.
o UpnpOpenHttpGetProxy
UpnpOpenHttpGetProxy gets a file specified in a URL through the specified proxy.
o UpnpOpenHttpGetEx
UpnpOpenHttpGetEx gets specified number of bytes from a file specified in the URL.
o UpnpReadHttpGet
UpnpReadHttpGet gets specified number of bytes from a file specified in a URL.
o UpnpHttpGetProgress
UpnpHttpGetProgress rettrieve progress information of a http-get transfer.
o UpnpCancelHttpGet
UpnpCancelHttpGet set the cancel flag of the handle parameter.
o UpnpCloseHttpGet
UpnpCloseHttpGet closes the connection and frees memory that was allocated for the handle parameter.
o UpnpOpenHttpPost
UpnpOpenHttpPost makes an HTTP POST request message, opens a connection to the server and sends the POST request to the server if the connection to the server succeeds.
o UpnpWriteHttpPost
UpnpWriteHttpPost sends a request to a server to copy the contents of a buffer to the URI specified in the UpnpOpenHttpPost call.
o UpnpCloseHttpPost
UpnpCloseHttpPost sends and receives any pending data, closes the connection with the server, and frees memory allocated during the UpnpOpenHttpPost call.
o UpnpDownloadXmlDoc
UpnpDownloadXmlDoc downloads an XML document specified in a URL.

Alphabetic index



This page was generated with the help of DOC++.