XML HTTP Extended Request enumerations
The following enumerations are used with the XML HTTP Extended Request interfaces.
In this section
Topic | Description |
---|---|
XHR_AUTH enum |
Specifies whether to allow authentication to be used to connect to a proxy or to connect to the HTTP server. |
XHR_CERT_ERROR_FLAG enum |
Defines flags that indicate server certificate errors during SSL negotiation with the server by handling the OnServerCertificateReceived method on the IXMLHTTPRequest3Callback interface. |
XHR_CERT_IGNORE_FLAG |
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. |
XHR_COOKIE_FLAG enum |
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. |
XHR_COOKIE_STATE enum |
Specifies the state of the cookie. |
XHR_CRED_PROMPT enum |
Specifies whether to allow credential prompts to the user for authentication. |
XHR_PROPERTY enum |
Defines properties that you can assign to an outgoing HTTP request by calling the SetProperty method. |