XMLHttpRequest property
Returns a reference to the constructor for objects derived from the XMLHttpRequest interface object.
Syntax
HRESULT value = object.get_XMLHttpRequest(IDispatch** p);
Property values
Type: Object
Reference to the constructor of the interface object.
Remarks
This member supports the Document Object Model (DOM) infrastructure and is not intended to be used directly from your code. Use the constructor.prototype property of an object derived from the XMLHttpRequest interface object to manage the behavior of XMLHttpRequest objects. For more information, see Advanced Object Creation (JScript).