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.
Initializes a new instance of the RangeItemHeaderValue class.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    from As Nullable(Of Long), _
    to As Nullable(Of Long) _
)
'Usage
Dim from As Nullable(Of Long)
Dim to As Nullable(Of Long)
Dim instance As New RangeItemHeaderValue(from, to)
public RangeItemHeaderValue(
    Nullable<long> from,
    Nullable<long> to
)
public:
RangeItemHeaderValue(
    Nullable<long long> from, 
    Nullable<long long> to
)
new : 
        from:Nullable<int64> * 
        to:Nullable<int64> -> RangeItemHeaderValue
public function RangeItemHeaderValue(
    from : Nullable<long>, 
    to : Nullable<long>
)
Parameters
- from
 Type: System.Nullable<Int64>
- to
 Type: System.Nullable<Int64>