RemoveParsedValue()
HttpHeaders::RemoveParsedValue(String, System::SharedPtr<Object>) 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)
Arguments
Parameter | Type | Description |
---|---|---|
name | String | The header name. |
value | System::SharedPtr<Object> | The value that must be removed. |
Return Value
True when the value was successfully removed, otherwise false.
See Also
- Typedef SharedPtr
- Class String
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Slides