Udostępnij za pośrednictwem


CookieHeaderValue.TryParseList Metoda

Definicja

Próbuje przeanalizować sekwencję wartości jako sekwencję CookieHeaderValue.

public:
 static bool TryParseList(System::Collections::Generic::IList<System::String ^> ^ inputs, [Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::Net::Http::Headers::CookieHeaderValue ^> ^ % parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string> inputs, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue> parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string>? inputs, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue>? parsedValues);
static member TryParseList : System.Collections.Generic.IList<string> * IList -> bool
Public Shared Function TryParseList (inputs As IList(Of String), ByRef parsedValues As IList(Of CookieHeaderValue)) As Boolean

Parametry

inputs
IList<String>

Wartości do analizy.

parsedValues
IList<CookieHeaderValue>

Przeanalizowane wartości.

Zwraca

true jeśli wszystkie dane wejściowe są prawidłowe CookieHeaderValue, w przeciwnym razie false.

Dotyczy