Show / Hide Table of Contents

Class DownloadResult

下載檔案結果

Inheritance
System.Object
Result
DownloadResult
Inherited Members
Result.IsOK
Result.Message
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: com.emc.s3.lib
Assembly: com.emc.s3.lib.dll
Syntax
public class DownloadResult : Result

Properties

Content

內容

Declaration
public byte[] Content { get; set; }
Property Value
Type Description
System.Byte[]

ContentType

類型

Declaration
public string ContentType { get; set; }
Property Value
Type Description
System.String

FileName

檔案名稱

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String
Back to top