Contents Index Topic Contents | ||
Previous Topic: ICodeInstall Next Topic: IHttpSecurity |
IHttpNegotiate
This interface is implemented by a client application to provide support for HTTP negotiations.
IHttpNegotiate methods Description BeginningTransaction Notifies a client of a URL being bound to at the beginning of the HTTP transaction. OnResponse Notifies a client upon receiving a response to an HTTP request. Urlmon.dll will use the IUnknown::QueryInterface method on your implementation of IBindStatusCallback to obtain a pointer to your IHttpNegotiate interface.
See also IWindowForBindingUI, IWinInetInfo
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.