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)

屬性值

Nullable<TimeSpan>

HTTP 回應的 Age 標頭值。

適用於