The IFileRepositoryService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the File RepositoryService
|
![]() | Connect |
The Connect method establishes a connection to the FileRepository service in the server machine.
|
![]() | ConnectAsync |
The Connect method establishes a connection to the FileRepository service in the server machine.
|
![]() | Download |
The Download method performs the download processing to return a File from the server
as a byte array.
|
![]() | DownloadAsync |
The Download method performs the download processing to return a File from the server
as a byte array.
|
![]() | DownloadData |
Downloads the data.
|
![]() | DownloadDataAsync |
Downloads the data asynchronous.
|
![]() | GetTimeStamp |
The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.
|
![]() | GetTimeStampAsync |
The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.
|
![]() | Upload |
Uploads the specified file.
|
![]() | UploadAsync |
The Upload method performs the upload processing to send a file to the server.
|
![]() | UploadData |
Uploads the data.
|
![]() | UploadDataAsync |
Uploads the data asynchronous.
|
See Also