RangeHeaderValue Constructor (Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of the RangeHeaderValue 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 RangeHeaderValue(from, to)
public RangeHeaderValue(
Nullable<long> from,
Nullable<long> to
)
public:
RangeHeaderValue(
Nullable<long long> from,
Nullable<long long> to
)
new :
from:Nullable<int64> *
to:Nullable<int64> -> RangeHeaderValue
public function RangeHeaderValue(
from : Nullable<long>,
to : Nullable<long>
)
Parameters
- from
Type: System.Nullable<Int64>
- to
Type: System.Nullable<Int64>