Show / Hide Table of Contents

Class HttpCacheControlResponseHeader

RFC-2616: cache control support

Inheritance
object
HttpCacheControlResponseHeader
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class HttpCacheControlResponseHeader : IDirectResponseSchema

Properties

Age

14.6 response cache age, in seconds since the response is generated

Declaration
[JsonProperty("age")]
public virtual long? Age { get; set; }
Property Value
Type Description
long?

Directive

14.9 request and response directives

Declaration
[JsonProperty("directive")]
public virtual string Directive { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Expires

14.21 response cache expires, in RFC 1123 date format

Declaration
[JsonProperty("expires")]
public virtual string Expires { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX