RangeConditionHeaderValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an If-Range header value which can either be a date/time or an entity-tag value.
public ref class RangeConditionHeaderValue
public class RangeConditionHeaderValue
type RangeConditionHeaderValue = class
Public Class RangeConditionHeaderValue
- Inheritance
-
RangeConditionHeaderValue
Constructors
| RangeConditionHeaderValue(DateTimeOffset) |
Initializes a new instance of RangeConditionHeaderValue. |
| RangeConditionHeaderValue(EntityTagHeaderValue) |
Initializes a new instance of RangeConditionHeaderValue. |
| RangeConditionHeaderValue(String) |
Initializes a new instance of RangeConditionHeaderValue. |
Properties
| EntityTag |
Gets the EntityTagHeaderValue from header. |
| LastModified |
Gets the LastModified date from header. |
Methods
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
| Parse(String) | |
| Parse(StringSegment) |
Parses |
| ToString() | Returns a string that represents the current object. |
| TryParse(String, RangeConditionHeaderValue) | |
| TryParse(StringSegment, RangeConditionHeaderValue) |
Attempts to parse the specified |