WebHeaderCollection.Set Method (String, String)
.NET Framework (current version)
Sets the specified header to the specified value.
Assembly: System (in System.dll)
Parameters
- name
-
Type:
System.String
The header to set.
- value
-
Type:
System.String
The content of the header to set.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is null or Empty. |
| ArgumentOutOfRangeException | The length of value is greater than 65535. |
| ArgumentException | name is a restricted header. -or- name or value contain invalid characters. |
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: