RangeHeaderValue Class

Represents the value of the Range header.

Inheritance Hierarchy

System.Object
  System.Net.Http.Headers.RangeHeaderValue

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

Syntax

'Declaration
Public Class RangeHeaderValue
'Usage
Dim instance As RangeHeaderValue
public class RangeHeaderValue
public ref class RangeHeaderValue
type RangeHeaderValue =  class end
public class RangeHeaderValue

The RangeHeaderValue type exposes the following members.

Constructors

  Name Description
Public method RangeHeaderValue() Initializes a new instance of the RangeHeaderValue class.
Public method RangeHeaderValue(Nullable<Int64>, Nullable<Int64>) Initializes a new instance of the RangeHeaderValue class.

Top

Properties

  Name Description
Public property Ranges Gets {insert text here}.
Public property Unit Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse
Public method ToString (Overrides Object.ToString().)
Public methodStatic member 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.

See Also

Reference

System.Net.Http.Headers Namespace