Show / Hide Table of Contents

Method FromJson

| Edit this page View Source

FromJson(string, HttpMessageHandler?)

Restores a previously serialized FileDownloadTask from a JSON string.

Declaration
public static FileDownloadTask FromJson(string json, HttpMessageHandler? handler = null)
Parameters
Type Name Description
string json

JSON to deserialize.

HttpMessageHandler handler

Optional custom HTTP handler to be used.

Returns
Type Description
FileDownloadTask
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX