The RemoteFileHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RemoteFileHelper |
Initializes a new instance of the RemoteFileHelper class.
|
Methods
Name | Description | |
---|---|---|
![]() | CancelDownload |
Cancels a current file download (based on the unique remote file name).
|
![]() | CancelUpload |
Cancels a current file upload (based on the unique remote file name).
|
![]() | DownloadFile(String, BinaryWriter, Object) |
Downloads a remote file and saves it to the specified stream.
|
![]() | DownloadFile(String, String, Object) |
Downloads a remote file and saves it to the specified local location.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | NewLocalCacheFileName |
Creates an empty temporary file in the local cache's temp directory.
|
![]() ![]() | NewLocalFileName |
Creates an empty temporary file in the local temp directory.
|
![]() ![]() | NewRemoteFileName |
Generates a valid and unique path and file name suitable for uploading to PersonalStorage on the server.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | UploadFile(String, String) |
Uploads a local file into the specified remote location, without performing audio codec conversion.
|
![]() | UploadFile(String, BinaryReader, Object) |
Uploads a stream into the specified remote location, without performing audio codec conversion.
|
![]() | UploadFile(String, String, Boolean) |
Uploads a local file into the specified remote location.
|
![]() | UploadFile(String, BinaryReader, Boolean, Object) |
Uploads a stream into the specified remote location.
|
Events
Name | Description | |
---|---|---|
![]() | DownloadProgressChanged |
Occurs when the progress level changes for a downloading file.
|
![]() | UploadProgressChanged |
Occurs when the progress level changes for an uploading file.
|