ContentRangeHeaderValue Classe
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.
Représente un en-tête Content-Range
HTTP de réponse.
public ref class ContentRangeHeaderValue
public class ContentRangeHeaderValue
type ContentRangeHeaderValue = class
Public Class ContentRangeHeaderValue
- Héritage
-
ContentRangeHeaderValue
Constructeurs
ContentRangeHeaderValue(Int64, Int64, Int64) |
Initialise une nouvelle instance de ContentRangeHeaderValue. |
ContentRangeHeaderValue(Int64, Int64) |
Initialise une nouvelle instance de ContentRangeHeaderValue. |
ContentRangeHeaderValue(Int64) |
Initialise une nouvelle instance de ContentRangeHeaderValue. |
Propriétés
From |
Obtient le début de la plage. |
HasLength |
Obtient une valeur qui détermine si Length a été spécifié. |
HasRange |
Obtient une valeur qui détermine si From et To ont été spécifiés. |
Length |
Obtient la taille totale du document. |
To |
Obtient la fin de la plage. |
Unit |
Obtient ou définit l’unité dans laquelle les plages sont spécifiées. |
Méthodes
Equals(Object) |
Représente un en-tête |
GetHashCode() |
Représente un en-tête |
Parse(String) |
Représente un en-tête |
Parse(StringSegment) |
|
ToString() |
Représente un en-tête |
TryParse(String, ContentRangeHeaderValue) |
Représente un en-tête |
TryParse(StringSegment, ContentRangeHeaderValue) |
Tente d’analyser le spécifié |