System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength méthode

AuthenticationHeaderValue::GetAuthenticationLength method

Analyse la chaîne spécifiée et renvoie le dernier indice de la représentation de la chaîne.

static int32_t System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
ParamètreTypeDescription
inputStringLa chaîne qui doit être analysée.
startIndexint32_tUne position de départ pour l’analyse.
parsedValueSystem::SharedPtr<Object>&Le paramètre de sortie où une valeur analysée sera assignée.

ReturnValue

La longueur d’une sous-chaîne analysée, sinon 0.

Voir aussi