IServerXMLHTTPRequest/ServerXMLHTTP Members
The following tables show the properties, methods, and events.
In C/C++, this interface inherits from IXMLHTTPRequest.
|
Specifies the event handler to be invoked when the readyState property changes. Read/write. |
|
|
Represents the response entity body as an array of unsigned bytes. Read-only. |
|
|
Represents the state of the request. Read-only. |
|
|
Represents the response entity body as an IStream. Read-only. |
|
|
Represents the response entity body as a string. Read-only. |
|
|
Represents the response entity body as parsed by Microsoft® XML Core Services (MSXML). Read-only. |
|
|
Represents the HTTP status code returned by a request. Read-only. |
|
|
Represents the HTTP response line status. Read-only. |
Note
|
|---|
|
The following method names are case-sensitive when used with ServerXMLHTTP, unlike XMLHTTP method names, which are not. |
|
Cancels the current HTTP request. |
|
|
Retrieves the values of all the HTTP headers. |
|
|
Returns the value of one of the following options:
|
|
|
Retrieves the value of an HTTP header from the response body. |
|
|
Initializes a request and specifies the method, URL, and authentication information for the request. |
|
|
Sends an HTTP request to the server and receives a response. |
|
|
Sets one of the following options:
|
|
|
Specify proxy configuration. |
|
|
Specify proxy authentication credentials. |
|
|
Specifies timeout settings for resolving the domain name, establishing the connection to the server, sending the data, and receiving the response. |
|
|
Specifies the name of an HTTP header. |
|
|
Allows the requesting server to suspend execution while waiting for an asynchronous send operation to complete. |
Note