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; }
Public MustOverride ReadOnly Property ContentLength As Long
Get
public:
virtual property long long ContentLength {
long long get () abstract;
}
abstract ContentLength : int64 with get
Property Value
Type:
Int64
The length, in bytes, of content sent by the client.
See Also