DavRequestContentLength Property
IT Hit WebDAV Classes Reference
Specifies the length, in bytes, of content sent by the client.
Namespace:
ITHit.WebDAV.Server.Extensibility
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
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