- header
The System.Net.HttpRequestHeader value to set.
- value
The content of the header to set.
If the header specified in the header does not exist, the WebHeaderCollection.Set(HttpRequestHeader, string) method inserts a new header into the list of header name/value pairs.
If the header specified in header is already present, value replaces the existing value.