CacheControlHeaderValue.Private Propiedad

Definición

Obtiene o establece un valor que determina si se incluye la directiva de respuesta privada .

Indica que una caché compartida no puede almacenar la respuesta.

public:
 property bool Private { bool get(); void set(bool value); };
public bool Private { get; set; }
member this.Private : bool with get, set
Public Property Private As Boolean

Valor de propiedad

Boolean

Comentarios

Vea https://tools.ietf.org/html/rfc7234#section-5.2.2.6.

Se aplica a