IUPnPHttpHeaderControl interface (upnp.h)

The IUPnPHttpHeaderControl interface enables the caller to specify additional HTTP headers sent in HTTP requests to a device.

Inheritance

The IUPnPHttpHeaderControl interface inherits from the IUnknown interface. IUPnPHttpHeaderControl also has these types of members:

Methods

The IUPnPHttpHeaderControl interface has these methods.

 
IUPnPHttpHeaderControl::AddRequestHeaders

Adds the supplied HTTP header to an HTTP request.

Remarks

This interface is obtained by calling QueryInterface on the same object that provides an implementation of the IUPnPDeviceFinder or IUPnPDescriptionDocument interfaces, after which AddRequestHeaders can be called on it.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header upnp.h

See also

Control Point API Reference

IUPnPDescriptionDocument

IUPnPDeviceFinder