DownloadRequest.

WithCredentials(NetworkCredential) Method

Summary

Sets the credentials to use for the request.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
DownloadRequest

Syntax

public DownloadRequest WithCredentials(NetworkCredential credentials)

Parameters

Name Type Description
credentials NetworkCredential The credentials to use.

Return Value

Type Description
DownloadRequest The current instance.
GitHub