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 のインスタンス。

例外

inputnull の参照です。

input は有効な認証ヘッダー値の情報ではありません。

適用対象