IResponse.ContentLength Property

IT Hit WebDAV for .NET

Sets the content length of the output stream.

[Visual Basic]
Property ContentLength As Long
[C#]
long ContentLength {set;}

Property Value

The value of the response's Content-Length header.

See Also

IResponse Interface | ITHit.WebDAV.Server Namespace