RangeItemHeaderValue(Nullable<Int64>, Nullable<Int64>) Constructor

Definition

Initializes a new instance of the RangeItemHeaderValue class.

public:
 RangeItemHeaderValue(Nullable<long> from, Nullable<long> to);
public RangeItemHeaderValue (long? from, long? to);
new Microsoft.Net.Http.Headers.RangeItemHeaderValue : Nullable<int64> * Nullable<int64> -> Microsoft.Net.Http.Headers.RangeItemHeaderValue
Public Sub New (from As Nullable(Of Long), to As Nullable(Of Long))

Parameters

from
Nullable<Int64>

The position at which to start sending data.

to
Nullable<Int64>

The position at which to stop sending data.

Applies to