Method Add
Add(CustomHttpHeader)
Adds a CustomHttpHeader instance to the collection.
Declaration
public void Add(CustomHttpHeader header)
Parameters
Type | Name | Description |
---|---|---|
CustomHttpHeader | header | The CustomHttpHeader instance to add to the collection. |
Remarks
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if |