This interface is implemented by a client application to provide support for HTTP negotiations.
IHttpNegotiate Methods
BeginningTransaction Notifies the client of the URL being bound to at the beginning of an HTTP transaction. OnResponse Allows the client of a bind operation to examine the response headers, optionally terminate the bind operation, and add HTTP headers to a request before resending the request.
Interface Information
Implementation Custom Inherits from IUnknown Header and IDL files Urlmon.h, Urlmon.idl Minimum availability Internet Explorer 3 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
Urlmon.dll uses the IUnknown::QueryInterface method on your implementation of IBindStatusCallback to obtain a pointer to your IHttpNegotiate interface.
See Also