Metodo System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength

AuthenticationHeaderValue::GetAuthenticationLength method

Analizza la stringa specificata e restituisce l’ultimo indice della rappresentazione della stringa.

static int32_t System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
ParametroTipoDescrizione
inputStringaLa stringa da analizzare.
startIndexint32_tUna posizione iniziale per l’analisi.
parsedValueSystem::SharedPtr<Object>&Il parametro di output dove verrà assegnato il valore analizzato.

ReturnValue

La lunghezza di una sottostringa analizzata, altrimenti 0.

Vedi anche