IFileRepositoryService Methods

The IFileRepositoryService type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the File RepositoryService
Public methodConnect
The Connect method establishes a connection to the FileRepository service in the server machine.
Public methodConnectAsync
The Connect method establishes a connection to the FileRepository service in the server machine.
Public methodDownload
The Download method performs the download processing to return a File from the server as a byte array.
Public methodDownloadAsync
The Download method performs the download processing to return a File from the server as a byte array.
Public methodDownloadData
Downloads the data.
Public methodDownloadDataAsync
Downloads the data asynchronous.
Public methodGetTimeStamp
The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.
Public methodGetTimeStampAsync
The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.
Public methodUpload
Uploads the specified file.
Public methodUploadAsync
The Upload method performs the upload processing to send a file to the server.
Public methodUploadData
Uploads the data.
Public methodUploadDataAsync
Uploads the data asynchronous.
Top
See Also

Reference