HttpRequestHeaders.IfMatch Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property IfMatch As HttpHeaderValueCollection(Of EntityTagHeaderValue)
Get
'Usage
Dim instance As HttpRequestHeaders
Dim value As HttpHeaderValueCollection(Of EntityTagHeaderValue)
value = instance.IfMatch
public HttpHeaderValueCollection<EntityTagHeaderValue> IfMatch { get; }
public:
property HttpHeaderValueCollection<EntityTagHeaderValue^>^ IfMatch {
HttpHeaderValueCollection<EntityTagHeaderValue^>^ get ();
}
member IfMatch : HttpHeaderValueCollection<EntityTagHeaderValue>
function get IfMatch () : HttpHeaderValueCollection<EntityTagHeaderValue>
Property Value
Type: System.Net.Http.Headers.HttpHeaderValueCollection<EntityTagHeaderValue>