IWinInetHttpInfo interface

Checks information on HTTP requests that are made through the underlying Microsoft Win32 Internet functions.

Members

The IWinInetHttpInfo interface inherits from IWinInetInfo. IWinInetHttpInfo also has these types of members:

  • Methods

Methods

The IWinInetHttpInfo interface has these methods.

Method Description
QueryInfo

Gets the specified information from an HTTP request.

 

Remarks

Client applications can call QueryInterface on the IBinding interface to get a pointer to the IWinInetHttpInfo interface after the implementation of the IBindStatusCallback::OnProgress method has been called.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 3.0

Header

Urlmon.h

IDL

Urlmon.idl

DLL

Urlmon.dll

See also

IWinInetInfo