HttpResponseHeaders.Age Property

Definition

Gets or sets the value of the Age header for an HTTP response.

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)

Property Value

The value of the Age header for an HTTP response.

Applies to