IWebAdapter.

DownloadString(Uri) Method

Summary

Downloads a resource and returns it as a string.
Assembly
Cake.Gradle.dll
Namespace
Cake.Gradle.Abstractions
Containing Type
IWebAdapter

Syntax

Task<string> DownloadString(Uri uri)

Parameters

Name Type Description
uri Uri The resource to download.

Return Value

Type Description
Task<string> Content of the resource.