Find()
NameValueHeaderValue::Find(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>, String) method
Finds the NameValueHeaderValue-class instance in a collection by the specified name.
static System::SharedPtr<NameValueHeaderValue> System::Net::Http::Headers::NameValueHeaderValue::Find(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> values, String name)
Arguments
Parameter | Type | Description |
---|---|---|
values | System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> | The collection of the NameValueHeaderValue-class instances. |
name | String | The name to look for. |
Return Value
The NameValueHeaderValue-class instance when it is found, otherwise nullptr.
See Also
- Typedef SharedPtr
- Class NameValueHeaderValue
- Class ObjectCollection
- Class String
- Namespace System::Net::Http::Headers
- Library Aspose.Slides