C# Class GenericCloudStorageClient.GoogleCloudStorage

Inheritance: ICloudRequest
Afficher le fichier Open project: vcholan/generic-cloud-storage-client

Méthodes publiques

Méthode Description
Authenticate ( string username, string password ) : string
CreateFolder ( string foldername ) : bool
DeleteFile ( string filename ) : bool
DeleteFolder ( string foldername ) : bool
DownloadFile ( string filename ) : void
ListFiles ( ) : void
ListFolders ( ) : void
UploadFile ( string filename ) : bool

Method Details

Authenticate() public méthode

public Authenticate ( string username, string password ) : string
username string
password string
Résultat string

CreateFolder() public méthode

public CreateFolder ( string foldername ) : bool
foldername string
Résultat bool

DeleteFile() public méthode

public DeleteFile ( string filename ) : bool
filename string
Résultat bool

DeleteFolder() public méthode

public DeleteFolder ( string foldername ) : bool
foldername string
Résultat bool

DownloadFile() public méthode

public DownloadFile ( string filename ) : void
filename string
Résultat void

ListFiles() public méthode

public ListFiles ( ) : void
Résultat void

ListFolders() public méthode

public ListFolders ( ) : void
Résultat void

UploadFile() public méthode

public UploadFile ( string filename ) : bool
filename string
Résultat bool