|
| HRESULT | Open ([in, string, ref] const WCHAR *method, [in, string, ref] const WCHAR *url, [in] IXMLHTTPRequest2Callback *callback, [in, string, unique] const WCHAR *username, [in, string, unique] const WCHAR *password, [in, string, unique] const WCHAR *proxyuser, [in, string, unique] const WCHAR *proxypassword) |
| |
| HRESULT | Send ([in, unique] ISequentialStream *body, [in] ULONGLONG length) |
| |
| HRESULT | Abort () |
| |
| HRESULT | SetCookie ([in, ref] const XHR_COOKIE *cookie, [out] DWORD *state) |
| |
| HRESULT | SetCustomResponseStream ([in] ISequentialStream *stream) |
| |
| HRESULT | SetProperty ([in] XHR_PROPERTY property, [in] ULONGLONG value) |
| |
| HRESULT | SetRequestHeader ([in, string, ref] const WCHAR *header, [in, string, unique] const WCHAR *value) |
| |
| HRESULT | GetAllResponseHeaders ([out, string] WCHAR **headers) |
| |
| HRESULT | GetCookie ([in, ref, string] const WCHAR *url, [in, unique, string] const WCHAR *name, [in] DWORD flags, [out] ULONG *cookies_cnt, [out, size_is(, *cookies_cnt)] XHR_COOKIE **cookies) |
| |
| HRESULT | GetResponseHeader ([in, string, ref] const WCHAR *header, [out, string] WCHAR **value) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 1364 of file msxml6.idl.