RangeItemHeaderValue(Nullable<Int64>, Nullable<Int64>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe RangeItemHeaderValue.
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))