RangeItemHeaderValue(Nullable<Int64>, Nullable<Int64>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la 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))