Header |
public void Replace( string field, string value )
| Exception | Condition |
|---|---|
| ArgumentNullException | field is . -or- value is . |
| ArgumentException | The field contains illegal characters. |
Replaces all headers with identical field names with the single specified header.
If no headers with the specified field name exist, it is simply added.