RangeItemHeaderValue Constructor

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

See Also

Reference

RangeItemHeaderValue Class

System.Net.Http.Headers Namespace