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모든 입력이 유효한 경우 이고, 그렇지 않으면 false입니다SetCookieHeaderValue.

적용 대상