|
HRESULT | SetProxy ([in] HTTPREQUEST_PROXY_SETTING proxy_setting, [in, optional] VARIANT proxy_server, [in, optional] VARIANT bypass_list) |
|
HRESULT | SetCredentials ([in] BSTR username, [in] BSTR password, [in] HTTPREQUEST_SETCREDENTIALS_FLAGS flags) |
|
HRESULT | Open ([in] BSTR method, [in] BSTR url, [in, optional] VARIANT async) |
|
HRESULT | SetRequestHeader ([in] BSTR header, [in] BSTR value) |
|
HRESULT | GetResponseHeader ([in] BSTR header, [out, retval] BSTR *value) |
|
HRESULT | GetAllResponseHeaders ([out, retval] BSTR *headers) |
|
HRESULT | Send ([in, optional] VARIANT body) |
|
HRESULT | WaitForResponse ([in, optional] VARIANT timeout, [out, retval] VARIANT_BOOL *succeeded) |
|
HRESULT | Abort () |
|
HRESULT | SetTimeouts ([in] LONG resolve_timeout, [in] LONG connect_timeout, [in] LONG send_timeout, [in] LONG receive_timeout) |
|
HRESULT | SetClientCertificate ([in] BSTR certificate) |
|
HRESULT | SetAutoLogonPolicy ([in] WinHttpRequestAutoLogonPolicy policy) |
|
HRESULT | GetTypeInfoCount ([out] UINT *pctinfo) |
|
HRESULT | GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo) |
|
HRESULT | GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId) |
|
HRESULT | Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr) |
|
HRESULT | RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|