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