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 |
); |
Parameter
Return Values
Remarks
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.
See Also