FtpWebRequest.ContentLength プロパティ

定義

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

プロパティ値

無視される必要がある Int64 値。

注釈

プロパティはContentLength、 クラスと WebResponse クラスの他のWebRequest実装との互換性を確保するためにのみ提供されます。 を使用 ContentLengthする理由はありません。

適用対象