FtpWebRequest.ContentLength Właściwość

Definicja

Pobiera lub ustawia wartość ignorowaną przez klasę FtpWebRequest .

public:
 virtual property long ContentLength { long get(); void set(long value); };
public override long ContentLength { get; set; }
member this.ContentLength : int64 with get, set
Public Overrides Property ContentLength As Long

Wartość właściwości

Int64 Wartość, która powinna być ignorowana.

Uwagi

Właściwość ContentLength jest udostępniana tylko w celu zachowania zgodności z innymi implementacjami WebRequest klas i WebResponse . Nie ma powodu, dla którego należy użyć polecenia ContentLength.

Dotyczy