Click or drag to resize

FileUploadWeb Class

For uploading or downloading picture files.
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.DataContracts.WebClientFileWeb
    Tse.EasyBook.Server.DataContracts.WebClientFileUploadWeb

Namespace:  Tse.EasyBook.Server.DataContracts.WebClient
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class FileUploadWeb : FileWeb

The FileUploadWeb type exposes the following members.

Constructors
  NameDescription
Public methodFileUploadWeb
Top
Properties
  NameDescription
Public propertyBytes
The size of the file.
(Inherited from FileWeb.)
Public propertyDestination
The name of the file
Public propertyFileName
The name of the file
(Inherited from FileWeb.)
Public propertySize
The size of the file.
(Inherited from FileWeb.)
Top
See Also