System::Net::Http::Headers::AuthenticationHeaderValue::Parse method

AuthenticationHeaderValue::Parse method

Converts a passed string to an instance of the AuthenticationHeaderValue class.

static System::SharedPtr<AuthenticationHeaderValue> System::Net::Http::Headers::AuthenticationHeaderValue::Parse(String input)
ParameterTypeDescription
inputStringA string to parse.

ReturnValue

An instance of the AuthenticationHeaderValue class.

See Also