IWebNavigable::Navigate Method

New for Windows Internet Explorer 8

[This documentation is preliminary and is subject to change.]

Executes a Web navigation request.

Syntax

HRESULT Navigate(      
    LPCWSTR pwzUrl,
    LPCWSTR pwzMethod,
    LPCWSTR pwzHeaders,
    IStream *pRequestBody
);

Parameters

  • pwzUrl
    [in]  The Uniform Resource Identifier (URI) for the request.
  • pwzMethod
    [in]  The request method, which must have the value GET or POST; or NULL to specify the default request-method value of GET.
  • pwzHeaders
    [in]  The custom headers for the request, or NULL to specify no headers.
  • pRequestBody
    [in]  An IStream interface that provides a stream of bytes for a POST request, or NULL.

Return Value

See Also

IOpenServiceActivityOutputContext::Navigate