IXMLHttpRequest Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IXMLHttpRequest
[System.Runtime.InteropServices.Guid("ED8C108D-4349-11D2-91A4-00C04F7969E8")]
public interface IXMLHttpRequest
[<System.Runtime.InteropServices.Guid("ED8C108D-4349-11D2-91A4-00C04F7969E8")>]
type IXMLHttpRequest = interface
Public Interface IXMLHttpRequest
- Derived
- Attributes
Properties
onreadystatechange | |
readyState | |
responseBody | |
responseStream | |
responseText | |
responseXML | |
status | |
statusText |
Methods
abort() | |
getAllResponseHeaders() | |
getResponseHeader(String) | |
open(String, String, Object, Object, Object) | |
send(Object) | |
setRequestHeader(String, String) |