IHttpListenerRequest ContentLength64 Property WebDAV#
Gets the length of the body data included in the request.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
long ContentLength64 { get; }

Property Value

Type: Int64
The content length64.
See Also