IHttpNegotiate (Windows CE 5.0)
This interface is implemented by a client application to provide support for HTTP negotiations.
Method | Description |
---|---|
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. |
Remarks
Urlmon.dll uses the QueryInterface method on your implementation of IBindStatusCallback to obtain a pointer to your IHttpNegotiate interface.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
Send Feedback on this topic to the authors