Method | Description | |
---|---|---|
CloudFilesUploadService ( string username, string apiKey, string containerName ) : System | ||
DeleteFile ( string filename ) : void |
Deletes a file from this container
|
|
GetCdnUri ( ) : string |
Get the CDN URI for this container
|
|
GetFileList ( ) : IEnumerable |
Gets a list of the files in this container
|
|
GetProgress ( ) : float |
Grabs the current progress from cache
|
Method | Description | |
---|---|---|
IUploadService ( string filename ) : void |
Cancels a transfer in progress
|
|
IUploadService ( string fileName, string path, System stream, string parameters, bool firstChunk, bool lastChunk ) : void |
Stores a file passed in through an IO stream.
|
|
fileTransferProgress ( int bytesTransferred ) : void |
Calculates and stores the progress in this class's cache
|
public CloudFilesUploadService ( string username, string apiKey, string containerName ) : System | ||
username | string | |
apiKey | string | |
containerName | string | |
return | System |
public DeleteFile ( string filename ) : void | ||
filename | string | Name of the file to delete |
return | void |