XML HTTP Extended Request enumerations
The following enumerations are used with the XML HTTP Extended Request interfaces.
In this section
| Topic | Description |
|---|---|
|
Specifies whether to allow authentication to be used to connect to a proxy or to connect to the HTTP server. | |
|
Defines flags that indicate server certificate errors during SSL negotiation with the server by handling the OnServerCertificateReceived method on the IXMLHTTPRequest3Callback interface. | |
|
Defines flags that you can assign to an outgoing HTTP request to ignore certain certificate errors by calling the SetProperty method on the IXMLHTTPRequest3 interface. | |
|
Defines a set of flags that you can assign to a cookie in the HTTP cookie jar by calling the SetCookie method or query from the HTTP cookie jar by calling the GetCookie method. | |
|
Specifies the state of the cookie. | |
|
Specifies whether to allow credential prompts to the user for authentication. | |
|
Defines properties that you can assign to an outgoing HTTP request by calling the SetProperty method. |