Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XML HTTP Extended Request enumerations

The following enumerations are used with the XML HTTP Extended Request interfaces.

In this section

TopicDescription

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.

 

 

 

Community Additions

Show:
© 2017 Microsoft