Request.ContentLength Property

IT Hit WebDAV for .NET

Specifies the length, in bytes, of content sent by the client.

[Visual Basic]
MustOverride Public ReadOnly Property ContentLength As Long
[C#]
public abstract long ContentLength {get;}

Property Value

The length, in bytes, of content sent by the client.

See Also

Request Class | ITHit.WebDAV.Server Namespace