Aracılığıyla paylaş


HttpResponseHeaders.Age Özellik

Tanım

HTTP yanıtı için üst bilginin değerini Age alır veya ayarlar.

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)

Özellik Değeri

HTTP yanıtının Age üst bilgisinin değeri.

Şunlara uygulanır