Notifies the client of the URL being bound at the beginning of an HTTP transaction.
HRESULT BeginningTransaction(
LPCWSTR szURL, //URL for the HTTP transaction
DWORD dwReserved, //Reserved for future use
LPCWSTR szHeaders, //Current request headers
LPWSTR * pszAdditionalHeaders //Optional additional headers to
//append to the HTTP request header
);
The URL moniker calls IHttpNegotiate::BeginningTransaction before sending an HTTP request. It notifies the client of the URL being bound to at the beginning of the HTTP transaction. It also allows the client to add additional headers, such as Accept-Language, to the request.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.