HttpResponseHeaders.Age Property

Gets or sets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public Property Age As Nullable(Of TimeSpan)
    Get 
    Set
'Usage
Dim instance As HttpResponseHeaders 
Dim value As Nullable(Of TimeSpan)

value = instance.Age

instance.Age = value
public Nullable<TimeSpan> Age { get; set; }
public:
property Nullable<TimeSpan> Age {
    Nullable<TimeSpan> get ();
    void set (Nullable<TimeSpan> value);
}
member Age : Nullable<TimeSpan> with get, set
function get Age () : Nullable<TimeSpan>
function set Age (value : Nullable<TimeSpan>)

Property Value

Type: System.Nullable<TimeSpan>

See Also

Reference

HttpResponseHeaders Class

System.Net.Http.Headers Namespace