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 が有効な認証ヘッダー値情報ではありません。

適用対象