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
C#
VB
C++
F#
Copy to Clipboard
Print
long
ContentLength64
{
get
; }
long ContentLength64 { get; }
Property Value
Type:
Int64
The content length64.
See Also
Reference
IHttpListenerRequest Interface
WebDAVSharp.Server.Adapters Namespace