HttpChallengeHeaderValue.TryParse(String, HttpChallengeHeaderValue) Méthode
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.
Détermine si une chaîne est des informations HttpChallengeHeaderValue valides.
public:
static bool TryParse(Platform::String ^ input, [Out] HttpChallengeHeaderValue ^ & challengeHeaderValue);
static bool TryParse(winrt::hstring const& input, [Out] HttpChallengeHeaderValue const& & challengeHeaderValue);
public static bool TryParse(string input, out HttpChallengeHeaderValue challengeHeaderValue);
Public Shared Function TryParse (input As String, ByRef challengeHeaderValue As HttpChallengeHeaderValue) As Boolean
Paramètres
- input
-
String
Platform::String
winrt::hstring
Chaîne à valider.
- challengeHeaderValue
- HttpChallengeHeaderValue
Version HttpChallengeHeaderValue de la chaîne.
Retours
Boolean
bool
true si l’entrée est des informations HttpChallengeHeaderValue valides ; sinon, false.