Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​Net.​Http.​Headers.​RangeConditionHeaderValue

Assembly: Microsoft.Net.Http.Headers

Inheritance: object → RangeConditionHeaderValue

Represents an <c>If-Range</c> header value which can either be a date/time or an entity-tag value.

Properties

LastModified
Gets the LastModified date from header.
EntityTag
Gets the <see cref="T:Microsoft.Net.Http.Headers.EntityTagHeaderValue" /> from header.

Methods

public string
ToString​()
public bool
Equals​(object obj)
public int
GetHashCode​()
Parse​(Extensions.​Primitives.​StringSegment input)
Parses <paramref name="input" /> as a <see cref="T:Microsoft.Net.Http.Headers.RangeConditionHeaderValue" /> value.
Returns The parsed values.
input The values to parse.
public static bool
TryParse​(Extensions.​Primitives.​StringSegment input, RangeConditionHeaderValue& parsedValue)
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object