HTTP_BINDING_INFO structure (http.h)
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.
typedef struct _HTTP_BINDING_INFO {
HTTP_PROPERTY_FLAGS Flags;
HANDLE RequestQueueHandle;
} HTTP_BINDING_INFO, *PHTTP_BINDING_INFO;
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.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | http.h |