XHR_PROPERTY

The XHR_PROPERTY enumeration defines the property values that you can assign to an outgoing HTTP request by calling the SetProperty method.

Values

The XHR_PROPERTY enumeration defines the following valid values.

  • XHR_PROP_NO_CRED_PROMPT (0)
    Sets a flag in the HTTP request that controls automatic prompts for credentials. A value of 0 (the default) enables prompting. A value of 1 disables prompting.

  • XHR_PROP_NO_AUTH (1)
    Sets a flag in the HTTP request that configures whether the HTTP stack performs authentication on the application’s behalf. A value of 0 (the default) enables authentication. A value of 1 disables authentication

  • HXR_PROP_TIMEOUT (2)
    Sets all HTTP-related timeouts to the user-specified, unsigned-long-integer value, in milliseconds.

Versioning

Implemented in: MSXML 6.0

See Also

Concepts

SetProperty Method (Windows 8, C++)

IXMLHTTPRequest2 (Windows 8)