HTTP_BINDING_INFO structure
The HTTP_BINDING_INFO structure is used to associate a URL Group with a request queue.
This structure must be used when setting or querying the HttpServerBindingProperty on a URL Group.
Syntax
typedef struct { HTTP_PROPERTY_FLAGS Flags; HANDLE RequestQueueHandle; } HTTP_BINDING_INFO, *PHTTP_BINDING_INFO;
Members
- Flags
-
The HTTP_PROPERTY_FLAGS structure specifying whether the property is present.
- RequestQueueHandle
-
The request queue that is associated with the URL group. The structure can be used to remove an existing binding by setting this parameter to NULL.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
- HTTP Server API Version 2.0 Structures
- HttpSetUrlGroupProperty
- HttpQueryUrlGroupProperty
- HTTP_SERVER_PROPERTY