Header |
public void Replace( string field, string value )
Exception | Condition |
---|---|
ArgumentNullException | field is null. -or- value is null. |
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.