IWebNavigable::Navigate Method
.gif)
[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 valueGETorPOST; or NULL to specify the default request-method value ofGET.- 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 aPOSTrequest, or NULL.
Return Value
See Also