Compartir a través de


CacheControlHeaderValue.OnlyIfCached Propiedad

Definición

Obtiene o establece un valor para la only-if-cached directiva request.

Indica que el cliente solo desea obtener una respuesta almacenada.

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

Valor de propiedad

Comentarios

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

Se aplica a