DownloadRequest.

WithContent(HttpContent) Method

Summary

Sets the content of the request (only applicable to some request methods).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
DownloadRequest

Syntax

public DownloadRequest WithContent(HttpContent content)

Parameters

Name Type Description
content HttpContent The content to set.

Return Value

Type Description
DownloadRequest The current instance.
GitHub