Class HttpFile
HttpFile model.
Inheritance
System.Object
HttpFile
Inherited Members
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: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class HttpFile
Constructors
HttpFile()
For internal use only.
Declaration
public HttpFile()
HttpFile(String, String, Byte[])
For internal use only.
Declaration
public HttpFile(string fileName, string mediaType, byte[] buffer)
Parameters
System.String
fileName
|
System.String
mediaType
|
System.Byte[]
buffer
|
Properties
Buffer
The file content.
Declaration
public byte[] Buffer { get; set; }
Property Value
System.Byte[]
|
FileName
The name of the uploaded file including the file extension.
Declaration
public string FileName { get; set; }
Property Value
System.String
|
MediaType
For internal use only.
Declaration
public string MediaType { get; set; }
Property Value
System.String
|
Name
For internal use only.
Declaration
public string Name { get; set; }
Property Value
System.String
|