Summary
Removes a request header.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- RequestHeaders
Syntax
public RequestHeaders Remove(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the request header to remove. |
Return Value
| Type | Description |
|---|---|
| RequestHeaders | The current instance. |
