Condividi tramite


PoolGetHeaders.ETag Proprietà

Definizione

Ottiene o imposta l'intestazione della risposta HTTP ETag. Si tratta di una stringa opaca. È possibile usarlo per rilevare se la risorsa è cambiata tra le richieste. In particolare, è possibile passare l'ETag a una delle intestazioni If-Match o If-None-Match.

[Newtonsoft.Json.JsonProperty(PropertyName="ETag")]
public string ETag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ETag")>]
member this.ETag : string with get, set
Public Property ETag As String

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Si applica a