طريقة System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength

AuthenticationHeaderValue::GetAuthenticationLength method

يقوم بتحليل السلسلة المحددة ويعيد الفهرس الأخير لتمثيل السلسلة.

static int32_t System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
معاملنوعالوصف
الإدخالStringالسلسلة التي يجب تحليلها.
startIndexint32_tموضع بدء للتحليل.
parsedValueSystem::SharedPtr<Object>&معامل الإخراج حيث سيتم تعيين القيمة التي تم تحليلها.

ReturnValue

طول الجزء الفرعي المُحلَّل، وإلا 0.

انظر أيضًا