System.Net.FtpWebRequest.ContentLength Property

Gets or sets a value that is ignored by the System.Net.FtpWebRequest class.

Syntax

public override long ContentLength { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The FtpWebRequest.ContentLength property is provided only for compatibility with other implementations of the System.Net.WebRequest and System.Net.WebResponse classes. There is no reason to use FtpWebRequest.ContentLength.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0