Метод System::Net::Http::Headers::AuthenticationHeaderValue::Parse

AuthenticationHeaderValue::Parse method

Преобразует переданную строку в экземпляр класса AuthenticationHeaderValue.

static System::SharedPtr<AuthenticationHeaderValue> System::Net::Http::Headers::AuthenticationHeaderValue::Parse(String input)
ПараметрТипОписание
inputStringСтрока для разбора.

ReturnValue

Экземпляр класса AuthenticationHeaderValue.

См. также