HTTP_BINDING_INFO struttura (http.h)
La struttura HTTP_BINDING_INFO viene usata per associare un gruppo DI URL a una coda di richieste.
Questa struttura deve essere usata quando si imposta o si esegue una query su HttpServerBindingProperty in un gruppo di URL.
Sintassi
typedef struct _HTTP_BINDING_INFO {
HTTP_PROPERTY_FLAGS Flags;
HANDLE RequestQueueHandle;
} HTTP_BINDING_INFO, *PHTTP_BINDING_INFO;
Members
Flags
Struttura HTTP_PROPERTY_FLAGS che specifica se la proprietà è presente.
RequestQueueHandle
Coda di richiesta associata al gruppo URL. La struttura può essere usata per rimuovere un'associazione esistente impostando questo parametro su NULL.
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | http.h |