Share via


HttpTransferCodingHeaderValue.Parse(String) Méthode

Définition

Convertit une chaîne en instance HttpTransferCodingHeaderValue.

public:
 static HttpTransferCodingHeaderValue ^ Parse(Platform::String ^ input);
 static HttpTransferCodingHeaderValue Parse(winrt::hstring const& input);
public static HttpTransferCodingHeaderValue Parse(string input);
function parse(input)
Public Shared Function Parse (input As String) As HttpTransferCodingHeaderValue

Paramètres

input
String

Platform::String

winrt::hstring

Chaîne qui représente les informations de codage de transfert .

Retours

Un instance HttpProductInfoHeaderValue.

Remarques

Voici les exceptions levées par cette fonction.

E_INVALIDARG

Le paramètre d’entrée est null (Nothing en Visual Basic).

Le paramètre d’entrée n’est pas des informations de codage de transfert valides.

S’applique à