HttpContentRangeHeaderValue 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 la valeur de l’en-tête HTTP Content-Range sur le contenu HTTP dans une requête ou une réponse.
public ref class HttpContentRangeHeaderValue sealed : IStringable
/// [Windows.Foundation.Metadata.Activatable(Windows.Web.Http.Headers.IHttpContentRangeHeaderValueFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HttpContentRangeHeaderValue final : IStringable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Web.Http.Headers.IHttpContentRangeHeaderValueFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class HttpContentRangeHeaderValue final : IStringable
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Web.Http.Headers.IHttpContentRangeHeaderValueFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HttpContentRangeHeaderValue : IStringable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Web.Http.Headers.IHttpContentRangeHeaderValueFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class HttpContentRangeHeaderValue : IStringable
function HttpContentRangeHeaderValue(from, to, length)
Public NotInheritable Class HttpContentRangeHeaderValue
Implements IStringable
- Héritage
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Remarques
La classe HttpContentRangeHeaderValue représente la valeur de l’en-tête HTTP Content-Range sur le contenu HTTP envoyé dans une requête HTTP ou reçu dans une réponse.
La propriété ContentRange sur httpContentHeaderCollection renvoie un objet HttpContentRangeHeaderValue.
Constructeurs
HttpContentRangeHeaderValue(UInt64) |
Initialise une nouvelle instance de la classe HttpContentRangeHeaderValue avec une longueur de contenu. |
HttpContentRangeHeaderValue(UInt64, UInt64) |
Initialise une nouvelle instance de la classe HttpContentRangeHeaderValue avec une position de début et d’arrêt. |
HttpContentRangeHeaderValue(UInt64, UInt64, UInt64) |
Initialise une nouvelle instance de la classe HttpContentRangeHeaderValue avec une position de début et d’arrêt et une longueur de contenu. |
Propriétés
FirstBytePosition |
Obtient la position à laquelle commencer l’envoi de données dans l’en-tête HTTP Content-Range . |
LastBytePosition |
Obtient la position à laquelle arrêter l’envoi de données dans l’en-tête HTTP Content-Range . |
Length |
Obtient la longueur du corps complet de l’entité de contenu dans l’en-tête HTTP Content-Range . |
Unit |
Obtient ou définit la valeur des unités de plage utilisées dans l’en-tête HTTP Content-Range . |
Méthodes
Parse(String) |
Convertit une chaîne en instance HttpContentRangeHeaderValue. |
ToString() |
Renvoie une chaîne qui représente l’objet HttpContentRangeHeaderValue actuel. |
TryParse(String, HttpContentRangeHeaderValue) |
Détermine si une chaîne est valide pour les informations HttpContentRangeHeaderValue . |