struttura HTTP_CONNECTION_LIMIT_INFO (http.h)

La struttura HTTP_CONNECTION_LIMIT_INFO viene usata per impostare o eseguire query sul limite massimo di connessioni in sospeso per un gruppo di URL.

Questa struttura deve essere usata quando si imposta o si esegue una query su HttpServerConnectionsProperty in un gruppo di URL.

Sintassi

typedef struct _HTTP_CONNECTION_LIMIT_INFO {
  HTTP_PROPERTY_FLAGS Flags;
  ULONG               MaxConnections;
} HTTP_CONNECTION_LIMIT_INFO, *PHTTP_CONNECTION_LIMIT_INFO;

Members

Flags

Struttura HTTP_PROPERTY_FLAGS che specifica se la proprietà è presente.

MaxConnections

Numero di connessioni consentite. L'impostazione di questo valore su HTTP_LIMIT_INFINITE consente un numero illimitato di connessioni.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione http.h

Vedi anche

Strutture dell'API SERVER HTTP versione 2.0

HTTP_SERVER_PROPERTY

HttpQueryUrlGroupProperty

HttpSetUrlGroupProperty