ContentRangeHeaderValue Constructor (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 ( _
    length As Long _
)
'Usage
Dim length As Long 

Dim instance As New ContentRangeHeaderValue(length)
public ContentRangeHeaderValue(
    long length
)
public:
ContentRangeHeaderValue(
    long long length
)
new : 
        length:int64 -> ContentRangeHeaderValue
public function ContentRangeHeaderValue(
    length : long
)

Parameters

See Also

Reference

ContentRangeHeaderValue Class

ContentRangeHeaderValue Overload

System.Net.Http.Headers Namespace