Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- length
 Type: System.Int64