DownloadRequest.

Content Property

Summary

The content of the request (has no effect for some methods like GET).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
DownloadRequest

Syntax

public HttpContent Content { get; set; }

Value

Type Description
HttpContent
GitHub