System::Net::Http::Headers::HttpHeaders::RemoveParsedValue method
HttpHeaders::RemoveParsedValue method
Gets a header by the specified name and removes a parsed value from the header.
bool System::Net::Http::Headers::HttpHeaders::RemoveParsedValue(String name, System::SharedPtr<Object> value)
Parameter | Type | Description |
---|---|---|
name | String | The header name. |
value | System::SharedPtr<Object> | The value that must be removed. |
ReturnValue
True when the value was successfully removed, otherwise false.
See Also
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.TeX for C++