RequestHeaders.IfRange Propriété
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.
Obtient ou définit l’en-tête If-Range d’une requête HTTP.
public:
property Microsoft::Net::Http::Headers::RangeConditionHeaderValue ^ IfRange { Microsoft::Net::Http::Headers::RangeConditionHeaderValue ^ get(); void set(Microsoft::Net::Http::Headers::RangeConditionHeaderValue ^ value); };
public Microsoft.Net.Http.Headers.RangeConditionHeaderValue IfRange { get; set; }
public Microsoft.Net.Http.Headers.RangeConditionHeaderValue? IfRange { get; set; }
member this.IfRange : Microsoft.Net.Http.Headers.RangeConditionHeaderValue with get, set
Public Property IfRange As RangeConditionHeaderValue