RangeConditionHeaderValue Class

.NET Framework (current version)
 

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

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

System::Object
  System.Net.Http.Headers::RangeConditionHeaderValue

public ref class RangeConditionHeaderValue : ICloneable

NameDescription
System_CAPS_pubmethodRangeConditionHeaderValue(DateTimeOffset)

Initializes a new instance of the RangeConditionHeaderValue class.

System_CAPS_pubmethodRangeConditionHeaderValue(EntityTagHeaderValue^)

Initializes a new instance of the RangeConditionHeaderValue class.

System_CAPS_pubmethodRangeConditionHeaderValue(String^)

Initializes a new instance of the RangeConditionHeaderValue class.

NameDescription
System_CAPS_pubpropertyDate

Gets the date from the RangeConditionHeaderValue object.

System_CAPS_pubpropertyEntityTag

Gets the entity tag from the RangeConditionHeaderValue object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified Object is equal to the current RangeConditionHeaderValue object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for an RangeConditionHeaderValue object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticParse(String^)

Converts a string to an RangeConditionHeaderValue instance.

System_CAPS_pubmethodToString()

Returns a string that represents the current RangeConditionHeaderValue object.(Overrides Object::ToString().)

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, RangeConditionHeaderValue^%)

Determines whether a string is valid RangeConditionHeaderValue information.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates a new object that is a copy of the current RangeConditionHeaderValue instance.

The RangeConditionHeaderValue class provides support for the If-Range header as defined in RFC 2616 by the IETF.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: