HttpResponseHeaders.Age プロパティ

定義

HTTP 応答の Age ヘッダーの値を取得または設定します。

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

プロパティ値

HTTP 応答の Age ヘッダーの値。

適用対象