HTTP_CONNECTION_LIMIT_INFO structure (http.h)
The HTTP_CONNECTION_LIMIT_INFO structure is used to set or query the limit on the maximum number of outstanding connections for a URL Group.
This structure must be used when setting or querying the HttpServerConnectionsProperty on a URL Group.
Syntax
typedef struct _HTTP_CONNECTION_LIMIT_INFO {
HTTP_PROPERTY_FLAGS Flags;
ULONG MaxConnections;
} HTTP_CONNECTION_LIMIT_INFO, *PHTTP_CONNECTION_LIMIT_INFO;
Members
Flags
The HTTP_PROPERTY_FLAGS structure specifying whether the property is present.
MaxConnections
The number of connections allowed. Setting this value to HTTP_LIMIT_INFINITE allows an unlimited number of connections.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | http.h |