FtpWebResponse.ContentLength Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
ContentLength
Gets the length of the content returned by the request.
Declaration
public override long ContentLength { get; }
Property Value
Type | Description |
---|---|
Int64 | The number of bytes returned by the request. |
Overrides
Remarks
Not supported by FtpWebResponse.