Header |
public void AddRange( IEnumerable<string> headers )
Exception | Condition |
---|---|
ArgumentNullException | headers is null. |
ArgumentException | One or more of the specified headers is invalid. |
InvalidOperationException | The operation is invalid because the HeaderSet is read-only. |