AuthenticationHeaderValue.Parse(String) 方法

定义

将字符串转换为 AuthenticationHeaderValue 实例。

public:
 static System::Net::Http::Headers::AuthenticationHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.AuthenticationHeaderValue Parse (string input);
public static System.Net.Http.Headers.AuthenticationHeaderValue Parse (string? input);
static member Parse : string -> System.Net.Http.Headers.AuthenticationHeaderValue
Public Shared Function Parse (input As String) As AuthenticationHeaderValue

参数

input
String

表示身份验证标头值信息的字符串。

返回

一个 AuthenticationHeaderValue 实例。

例外

input 是一个 null 引用。

input 是无效的身份验证标头值信息。

适用于