Sdílet prostřednictvím


SetCookieHeaderValue.TryParseList Metoda

Definice

Pokusí se parsovat posloupnost hodnot jako sekvenci SetCookieHeaderValue.

public:
 static bool TryParseList(System::Collections::Generic::IList<System::String ^> ^ inputs, [Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::Net::Http::Headers::SetCookieHeaderValue ^> ^ % parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string> inputs, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.SetCookieHeaderValue> parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string>? inputs, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.SetCookieHeaderValue>? 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 SetCookieHeaderValue)) As Boolean

Parametry

inputs
IList<String>

Hodnoty, které se mají analyzovat.

parsedValues
IList<SetCookieHeaderValue>

Analyzované hodnoty.

Návraty

true pokud jsou všechny vstupy platné SetCookieHeaderValue, jinak false.

Platí pro