HttpContentCodingHeaderValue 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 les informations d’encodage de contenu utilisées dans l’en-tête HTTP Content-Encoding sur le contenu HTTP d’une requête ou d’une réponse.
public ref class HttpContentCodingHeaderValue sealed : IStringable
/// [Windows.Foundation.Metadata.Activatable(Windows.Web.Http.Headers.IHttpContentCodingHeaderValueFactory, 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 HttpContentCodingHeaderValue 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.IHttpContentCodingHeaderValueFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class HttpContentCodingHeaderValue final : IStringable
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Web.Http.Headers.IHttpContentCodingHeaderValueFactory), 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 HttpContentCodingHeaderValue : 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.IHttpContentCodingHeaderValueFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class HttpContentCodingHeaderValue : IStringable
function HttpContentCodingHeaderValue(contentCoding)
Public NotInheritable Class HttpContentCodingHeaderValue
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 HttpContentCodingHeaderValue représente les informations d’encodage du contenu utilisées dans l’en-tête HTTP Content-Encoding sur le contenu HTTP envoyé dans une requête HTTP ou reçu dans une réponse HTTP.
La propriété ContentEncoding sur httpContentHeaderCollection renvoie un objet HttpContentCodingHeaderValueCollection qui contient des objets HttpContentCodingHeaderValue.
Constructeurs
HttpContentCodingHeaderValue(String) |
Initialise une nouvelle instance de la classe HttpContentCodingHeaderValue. |
Propriétés
ContentCoding |
Obtient la valeur des informations de codage de contenu utilisées dans l’en-tête HTTP Content-Encoding . |
Méthodes
Parse(String) |
Convertit une chaîne en instance HttpContentCodingHeaderValue. |
ToString() |
Renvoie une chaîne qui représente l’objet HttpContentCodingHeaderValue actuel. |
TryParse(String, HttpContentCodingHeaderValue) |
Détermine si une chaîne est des informations HttpContentCodingHeaderValue valides. |