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

BaseFileInfo.ContentLength Property

Gets the Content-length HTTP header.

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

Syntax

Visual Basic
Public ReadOnly Property ContentLength As Integer
C#
public int ContentLength { get; }

Property Value

The number of bytes of data to send to the Internet resource.

See Also

Reference