Click or drag to resize

ManagerOptionsMaxOpenHttpConnections Property

Note: This API is now obsolete.

Gets or sets max number of open Http Connections

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Moving to the ReplicationOptions class")]
public int MaxOpenHttpConnections { get; set; }

Property Value

Type: Int32
Max number of connections
See Also