HttpRequestHeaders.IfMatch Proprietà

Definizione

Ottiene il valore dell'intestazione If-Match per una richiesta HTTP.

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::EntityTagHeaderValue ^> ^ IfMatch { System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::EntityTagHeaderValue ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get; }
member this.IfMatch : System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue>
Public ReadOnly Property IfMatch As HttpHeaderValueCollection(Of EntityTagHeaderValue)

Valore della proprietà

Restituisce HttpHeaderValueCollection<T>.

Valore dell'intestazione If-Match per una richiesta HTTP.

Si applica a