Maximum number of concurrent connections to the fixed content device. This value is used by the HTTP connection pool used by Content Platform Engine to communicate with the device.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property HttpMaxConnections As Nullable(Of Integer)
C#
Nullable<int> HttpMaxConnections { get; set; }
Visual C++
property Nullable<int> HttpMaxConnections {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_httpMaxConnections();
function set_httpMaxConnections(value);

ToggleRemarks

ToggleSee Also