The IWinInetHttpInfo interface provides a way for a URL moniker client to query HTTP-specific information from the binding object (one that supports the IBinding interface).
A binding object implements this interface to be used for bind operations to HTTP URLs.
A URL moniker client requests this interface by using IBinding::QueryInterface for the purpose of obtaining HTTP-specific information from the binding object.
| IUnknown Methods | Description |
|---|---|
| QueryInterface | Returns pointers to supported interfaces. |
| AddRef | Increments reference count. |
| Release | Decrements reference count. |
| IWinInetHttpInfo Methods | Description |
|---|---|
| QueryInfo | Provides HTTP-specific information related to internet bind operations. |
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.