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

AuthenticationHeaderValue::Parse method

渡された文字列を AuthenticationHeaderValue クラスのインスタンスに変換します。

static System::SharedPtr<AuthenticationHeaderValue> System::Net::Http::Headers::AuthenticationHeaderValue::Parse(String input)
パラメーター説明
入力String解析する文字列。

ReturnValue

AuthenticationHeaderValue クラスのインスタンス。

参照