HttpHeadersNonValidated.TryGetValues(String, HeaderStringValues) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.