Summary
Sets the request method.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- DownloadRequest
Syntax
public DownloadRequest WithMethod(HttpMethod method)
Parameters
| Name | Type | Description |
|---|---|---|
| method | HttpMethod | The method to set. |
Return Value
| Type | Description |
|---|---|
| DownloadRequest | The current instance. |
