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.

Syntax

typedef struct _HTTP_BINDING_INFO {
  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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header http.h

See also

HTTP Server API Version 2.0 Structures

HTTP_SERVER_PROPERTY

HttpQueryUrlGroupProperty

HttpSetUrlGroupProperty