IHttpListenerResponse ContentLength64 Property WebDAV#
Gets or sets the number of bytes in the body data included in the response.

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

Property Value

Type: Int64
The content length64.
See Also