WebHeaderCollection.Set Method (HttpRequestHeader, String)
Sets the specified header to the specified value.
Namespace: System.Net
Assembly: System (in System.dll)
Parameters
- header
- Type: System.Net.HttpRequestHeader
The HttpRequestHeader value to set.
- value
- Type: System.String
The content of the header to set.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The length of value is greater than 65535. |
| InvalidOperationException | This WebHeaderCollection instance does not allow instances of HttpRequestHeader. |
If the header specified in the header does not exist, the Set 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.