RequestHeaders.IfMatch Propriété

Définition

Obtient ou définit l’en-tête If-Match d’une requête HTTP.

public:
 property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ IfMatch { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get; set; }
member this.IfMatch : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> with get, set
Public Property IfMatch As IList(Of EntityTagHeaderValue)

Valeur de propriété

S’applique à