This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.MaxConnectionCount Property

Number of simultaneous connections files are uploaded with.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property MaxConnectionCount As Integer
C#
public int MaxConnectionCount { get; set; }

Property Value

A positive number that specifies the maximum number of concurrent upload streams.

Default value is 1.

Remarks

This property corresponds to MaxConnectionCount client-side property.

See Also

Reference