ContentRangeHeaderValue Constructor (Int64, Int64)
Initializes a new instance of the ContentRangeHeaderValue class.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
from As Long, _
to As Long _
)
'Usage
Dim from As Long
Dim to As Long
Dim instance As New ContentRangeHeaderValue(from, to)
public ContentRangeHeaderValue(
long from,
long to
)
public:
ContentRangeHeaderValue(
long long from,
long long to
)
new :
from:int64 *
to:int64 -> ContentRangeHeaderValue
public function ContentRangeHeaderValue(
from : long,
to : long
)
Parameters
- from
Type: System.Int64
- to
Type: System.Int64