This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Wget.
Summary
Runs Wget.
- Assembly
- Cake
.Wget .dll - Namespace
- Cake
.Wget - Containing Type
- WgetRunnerAliases
Syntax
public static IWgetRunner Wget(this ICakeContext context, WgetSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | Represents a context for scripts. |
settings | WgetSettings | Configuration items, class WgetSettings . |
Return Value
Type | Description |
---|---|
IWgetRunner | Instance of WgetRunner class. |