ContentRangeHeaderValue Constructor (Int64, 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, _
length As Long _
)
'Usage
Dim from As Long
Dim to As Long
Dim length As Long
Dim instance As New ContentRangeHeaderValue(from, to, _
length)
public ContentRangeHeaderValue(
long from,
long to,
long length
)
public:
ContentRangeHeaderValue(
long long from,
long long to,
long long length
)
new :
from:int64 *
to:int64 *
length:int64 -> ContentRangeHeaderValue
public function ContentRangeHeaderValue(
from : long,
to : long,
length : long
)
Parameters
- from
Type: System.Int64
- to
Type: System.Int64
- length
Type: System.Int64