HTTP_DELEGATE_REQUEST_PROPERTY_ID enumeration (http.h)

Defines constants that specify a type of property information for a delegate request.

Syntax

typedef enum _HTTP_DELEGATE_REQUEST_PROPERTY_ID {
  DelegateRequestReservedProperty,
  DelegateRequestDelegateUrlProperty
} HTTP_DELEGATE_REQUEST_PROPERTY_ID, *PHTTP_DELEGATE_REQUEST_PROPERTY_ID;

Constants

 
DelegateRequestReservedProperty
This property is reserved.
DelegateRequestDelegateUrlProperty
Specifies the property that provides the target url to which a delegated request should be delivered.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header http.h