RequestHeaders.ContentRange 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 Content-Range d’une requête HTTP.
public:
property Microsoft::Net::Http::Headers::ContentRangeHeaderValue ^ ContentRange { Microsoft::Net::Http::Headers::ContentRangeHeaderValue ^ get(); void set(Microsoft::Net::Http::Headers::ContentRangeHeaderValue ^ value); };
public Microsoft.Net.Http.Headers.ContentRangeHeaderValue ContentRange { get; set; }
public Microsoft.Net.Http.Headers.ContentRangeHeaderValue? ContentRange { get; set; }
member this.ContentRange : Microsoft.Net.Http.Headers.ContentRangeHeaderValue with get, set
Public Property ContentRange As ContentRangeHeaderValue