Remove
Overview
Removes the specified information from the HTTP headerSyntax
Remove(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Header name |
Example
This sample code removes the From address from the HTTP header.
HTTPHeader.Remove("From");
Remove(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Header name |
This sample code removes the From address from the HTTP header.
HTTPHeader.Remove("From");