Table of Contents

Class DownloadResult

[Serializable]
public class DownloadResult
Inheritance
DownloadResult
Inherited Members

Fields

CompletedAt

public DateTime CompletedAt

Field Value

DateTime

Data

public string Data

Field Value

string

Progress

public float Progress

Field Value

float

Status

public string Status

Field Value

string

Url

public string Url

Field Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.