Partager via


HttpChallengeHeaderValue.Parse(String) Méthode

Définition

Convertit une chaîne en instance HttpChallengeHeaderValue.

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

Paramètres

input
String

Platform::String

winrt::hstring

Chaîne qui représente les informations de valeur d’en-tête d'authentification.

Retours

Un instance HttpChallengeHeaderValue.

Remarques

Vous trouverez ci-dessous des 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 d’en-tête d’authentification valides.

S’applique à