IHeaderDictionary.ContentLength プロパティ

定義

Content-Length ヘッダーへの厳密に型指定されたアクセス。 実装では、これを文字列表現と同期する必要があります。

public:
 property Nullable<long> ContentLength { Nullable<long> get(); void set(Nullable<long> value); };
public long? ContentLength { get; set; }
member this.ContentLength : Nullable<int64> with get, set
Public Property ContentLength As Nullable(Of Long)

プロパティ値

適用対象