HttpListenerResponseAdapter 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
public long ContentLength64 { get; set; }

Property Value

Type: Int64

Implements

IHttpListenerResponse ContentLength64
See Also