HttpHeadersNonValidated.TryGetValues(String, HeaderStringValues) Method

Definition

Attempts to retrieve the values associated with the specified header name.

public:
 bool TryGetValues(System::String ^ headerName, [Runtime::InteropServices::Out] System::Net::Http::Headers::HeaderStringValues % values);
public bool TryGetValues (string headerName, out System.Net.Http.Headers.HeaderStringValues values);
member this.TryGetValues : string * HeaderStringValues -> bool
Public Function TryGetValues (headerName As String, ByRef values As HeaderStringValues) As Boolean

Parameters

headerName
String

The name of the header.

values
HeaderStringValues

The retrieved header values.

Returns

true if the collection contains the specified header; otherwise, false.

Applies to