UploadedFile
DTO to capture file uploaded using [UploadTo]
Assembly: ServiceStack.Client.dll
View Source
Declaration
[DataContract]
public class UploadedFile
Properties
FileName
View Source
Declaration
[DataMember(Order = 1)]
public string FileName { get; set; }
FilePath
View Source
Declaration
[DataMember(Order = 2)]
public string FilePath { get; set; }
ContentType
View Source
Declaration
[DataMember(Order = 3)]
public string ContentType { get; set; }
ContentLength
View Source
Declaration
[DataMember(Order = 4)]
public long ContentLength { get; set; }