WebBrowser ConnectionsPerServer Property C# API
Gets or sets the maximum number of connections allowed per server for a WinHTTP handler.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int ConnectionsPerServer { get; set; }

Field Value

The maximum number of connections allowed per server for a WinHTTP handler.
Exceptions

ExceptionCondition
NotSupportedExceptionThis property is only supported if the WinHTTP handler is currently in use.
Remarks

The default value is INFINITE.
See Also