System::Net::WebHeaderCollection::Remove method
WebHeaderCollection::Remove(String) method
Removes the header by the specified header name.
void System::Net::WebHeaderCollection::Remove(String name)
Parameter | Type | Description |
---|---|---|
name | String | The header name. |
See Also
- Class String
- Class WebHeaderCollection
- Namespace System::Net
- Library Aspose.PUB for C++
WebHeaderCollection::Remove(HttpResponseHeader) method
Removes the specified response’s header.
void System::Net::WebHeaderCollection::Remove(HttpResponseHeader header)
Parameter | Type | Description |
---|---|---|
header | HttpResponseHeader | The header to remove. |
See Also
- Enum HttpResponseHeader
- Class WebHeaderCollection
- Namespace System::Net
- Library Aspose.PUB for C++
WebHeaderCollection::Remove(HttpRequestHeader) method
Removes the specified request’s header.
void System::Net::WebHeaderCollection::Remove(HttpRequestHeader header)
Parameter | Type | Description |
---|---|---|
header | HttpRequestHeader | The header to remove. |
See Also
- Enum HttpRequestHeader
- Class WebHeaderCollection
- Namespace System::Net
- Library Aspose.PUB for C++