IHTMLWindow6::maxConnectionsPer1_0Server Property
.gif)
Note: This documentation is preliminary and is subject to change.
Retrieves the maximum number of HTTP 1.0 connections to a Web server.
Syntax
HRESULT IHTMLWindow6::get_maxConnectionsPer1_0Server(long *p);
Parameters
- p
Pointer to a variable of type long that receives the maximum number of connections.
Return Value
Remarks
The maximum number applies to any Web server connection, not just to downloads.
The default number of HTTP 1.0 connections per server increases from 4 to 6 if Asynchronous JavaScript and XML (AJAX) Connection Services are enabled in Internet Explorer. (These services are enabled by default.)
Change the maximum number of connections by modifying the following registry value:
HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Software
Microsoft
Windows
CurrentVersion
- Internet Settings
- MaxConnectionsPer1_0Server = REG_DWORD
See Also