System::Net::Http::Headers::AuthenticationHeaderValue::Parse 方法

AuthenticationHeaderValue::Parse method

将传入的字符串转换为 AuthenticationHeaderValue 类的实例。

static System::SharedPtr<AuthenticationHeaderValue> System::Net::Http::Headers::AuthenticationHeaderValue::Parse(String input)
参数类型描述
输入String要解析的字符串。

ReturnValue

AuthenticationHeaderValue 类的实例。

另见