HTTP_CONNECTION_LIMIT_INFO structure
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_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
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
- HTTP Server API Version 2.0 Structures
- HttpSetUrlGroupProperty
- HttpQueryUrlGroupProperty
- HTTP_SERVER_PROPERTY
Send comments about this topic to Microsoft
Build date: 10/26/2012