AuthenticationHeaderValue.Parse(String) Metoda

Definicja

Konwertuje ciąg na AuthenticationHeaderValue wystąpienie.

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

Parametry

input
String

Ciąg reprezentujący informacje o wartości nagłówka uwierzytelniania.

Zwraca

Wystąpienie AuthenticationHeaderValue .

Wyjątki

input jest odwołaniem null .

input nie jest prawidłowymi informacjami o wartości nagłówka uwierzytelniania.

Dotyczy