HttpRequestHeaders.IfMatch Property

Definition

Gets the value of the If-Match header for an HTTP request.

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)

Property Value

Returns HttpHeaderValueCollection<T>.

The value of the If-Match header for an HTTP request.

Applies to