次の方法で共有


SetCookieHeaderValue.TryParseList メソッド

定義

値のシーケンスを のシーケンス 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

パラメーター

inputs
IList<String>

解析する値。

parsedValues
IList<SetCookieHeaderValue>

解析された値。

戻り値

true すべての入力が有効な SetCookieHeaderValue場合は 。それ以外の場合 falseは 。

適用対象