HTTP_CONNECTION_LIMIT_INFO estructura (http.h)
La estructura HTTP_CONNECTION_LIMIT_INFO se usa para establecer o consultar el límite en el número máximo de conexiones pendientes para un grupo de direcciones URL.
Esta estructura se debe usar al establecer o consultar HttpServerConnectionsProperty en un grupo de direcciones URL.
Sintaxis
typedef struct _HTTP_CONNECTION_LIMIT_INFO {
HTTP_PROPERTY_FLAGS Flags;
ULONG MaxConnections;
} HTTP_CONNECTION_LIMIT_INFO, *PHTTP_CONNECTION_LIMIT_INFO;
Miembros
Flags
Estructura HTTP_PROPERTY_FLAGS que especifica si la propiedad está presente.
MaxConnections
Número de conexiones permitidas. Establecer este valor en HTTP_LIMIT_INFINITE permite un número ilimitado de conexiones.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows Vista [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 [solo aplicaciones de escritorio] |
Encabezado | http.h |