Click or drag to resize

RequestAsyncContentLength Property

IT Hit WebDAV Classes Reference
Specifies the length, in bytes, of content sent by the client.

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax
public abstract long ContentLength { get; }

Property Value

Type: Int64
The length, in bytes, of content sent by the client.
See Also