IHttpNegotiate interface

Implemented by a client application to provide support for HTTP negotiations.

Members

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

  • Methods

Methods

The IHttpNegotiate interface has these methods.

Method Description
BeginningTransaction

Notifies the client of the URL that is being bound to at the beginning of an HTTP transaction.

OnResponse

Enables 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.

 

Remarks

Urlmon.dll uses the QueryInterface method on your implementation of IBindStatusCallback to obtain a pointer to your IHttpNegotiate interface.

The IID for this interface is IID_IHttpNegotiate.

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

Reference

IWindowForBindingUI

IWinInetInfo