Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a header value which can either be a date/time or an entity-tag value.
Inheritance Hierarchy
System.Object
  System.Net.Http.Headers.RangeConditionHeaderValue
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class RangeConditionHeaderValue
'Usage
Dim instance As RangeConditionHeaderValue
public class RangeConditionHeaderValue
public ref class RangeConditionHeaderValue
type RangeConditionHeaderValue =  class end
public class RangeConditionHeaderValue
The RangeConditionHeaderValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | RangeConditionHeaderValue(DateTimeOffset) | Initializes a new instance of the RangeConditionHeaderValue class. | 
| .gif) | RangeConditionHeaderValue(String) | Initializes a new instance of the RangeConditionHeaderValue class. | 
| .gif) | RangeConditionHeaderValue(EntityTagHeaderValue) | Initializes a new instance of the RangeConditionHeaderValue class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Date | Gets {insert text here}. | 
| .gif) | EntityTag | Gets {insert text here}. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Overrides Object.Equals(Object).) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Overrides Object.GetHashCode().) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) .gif) | Parse | |
| .gif) | ToString | (Overrides Object.ToString().) | 
| .gif) .gif) | TryParse | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.