Summary
Adds a new request header with multiple values.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- RequestHeaders
Syntax
public RequestHeaders Add(string name, IEnumerable<string> value)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the request header to add. |
| value | IEnumerable |
The value of the request header to add. |
Return Value
| Type | Description |
|---|---|
| RequestHeaders | The current instance. |
