IXMLHttpRequestVtbl class final

Inheritance

Constructors

IXMLHttpRequestVtbl()

Properties

abort Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This)>>
getter/setter pair
AddRef Pointer<NativeFunction<ULONG Function(Pointer<IXMLHttpRequest> This)>>
getter/setter pair
get_readyState Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<Long> plState)>>
getter/setter pair
get_responseBody Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<VARIANT> pvarBody)>>
getter/setter pair
get_responseStream Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<VARIANT> pvarBody)>>
getter/setter pair
get_responseText Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<BSTR> pbstrBody)>>
getter/setter pair
get_responseXML Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<Pointer<IDispatch>> ppBody)>>
getter/setter pair
get_status Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<Long> plStatus)>>
getter/setter pair
get_statusText Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<BSTR> pbstrStatus)>>
getter/setter pair
getAllResponseHeaders Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<BSTR> pbstrHeaders)>>
getter/setter pair
GetIDsOfNames Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<IID> riid, Pointer<LPOLESTR> rgszNames, UINT cNames, LCID lcid, Pointer<DISPID> rgDispId)>>
getter/setter pair
getResponseHeader Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, BSTR bstrHeader, Pointer<BSTR> pbstrValue)>>
getter/setter pair
GetTypeInfo Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, UINT iTInfo, LCID lcid, Pointer<Pointer<ITypeInfo>> ppTInfo)>>
getter/setter pair
GetTypeInfoCount Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<UINT> pctinfo)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Invoke Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, DISPID dispIdMember, Pointer<IID> riid, LCID lcid, WORD wFlags, Pointer<DISPPARAMS> pDispParams, Pointer<VARIANT> pVarResult, Pointer<EXCEPINFO> pExcepInfo, Pointer<UINT> puArgErr)>>
getter/setter pair
open Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, BSTR bstrMethod, BSTR bstrUrl, VARIANT varAsync, VARIANT bstrUser, VARIANT bstrPassword)>>
getter/setter pair
put_onreadystatechange Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<IDispatch> pReadyStateSink)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IXMLHttpRequest> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
send Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, VARIANT varBody)>>
getter/setter pair
setRequestHeader Pointer<NativeFunction<HRESULT Function(Pointer<IXMLHttpRequest> This, BSTR bstrHeader, BSTR bstrValue)>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited