BiXmlHttp
This is a factory class to the Microsoft
IXMLHTTPRequest
object. Creating a BiXmlHttp actually creates and returns an IXMLHTTPRequest.
For Mozilla this creates XMLHttpRequest, which happen
to implement the IXMLHTTPRequest interface.
This class extends
Object
and therefore all methods and fields available for
Object
are also available for
BiXmlHttp
.
Constructor
new
BiXmlHttp
(
)
Parameters
No parameters.
Properties
None.
Methods
None.
Events
None.
Static Methods
| Name | Description |
create |
Creates a new BiXmlHttp
|
Static Fields
None.
Remarks
For methods, fields and more see the MSDN documentation or the Mozilla documentation.
Static Method Details
create
Creates a new BiXmlHttp
Syntax
BiXmlHttp . create ( )
Parameters
No arguments.