C# Class Playr.Api.HttpContentExtensions

Mostra file Open project: osbornm/Playr

Public Methods

Method Description
ReadAsFileAsync ( this content, string filename, bool overwrite ) : System.Threading.Tasks.Task

Method Details

ReadAsFileAsync() public static method

public static ReadAsFileAsync ( this content, string filename, bool overwrite ) : System.Threading.Tasks.Task
content this
filename string
overwrite bool
return System.Threading.Tasks.Task