Gets the length of the content returned by the request.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property ContentLength As Long
	Get
C#
public override long ContentLength { get; }

Field Value

The number of bytes returned by the request.

Remarks

Not supported by FtpWebResponse.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also