System::Net::WebHeaderCollection::GetValues method
WebHeaderCollection::GetValues method
Returns the collection of the header values.
System::ArrayPtr<System::String> System::Net::WebHeaderCollection::GetValues(String header)
Parameter | Type | Description |
---|---|---|
header | String | The header for which values must be returned. |
ReturnValue
The collection of the header values.
See Also
- Typedef ArrayPtr
- Class String
- Class WebHeaderCollection
- Namespace System::Net
- Library Aspose.PUB for C++