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