C# Class SwiftClient.AspNetCore.Demo.Controllers.HomeController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Afficher le fichier Open project: vtfuture/SwiftClient

Méthodes publiques

Méthode Description
DownloadFile ( string containerId, string objectId ) : Task
HomeController ( ISwiftClient swiftClient ) : System.Collections.Generic
Index ( ) : Task
PlayVideo ( string containerId, string objectId ) : Task
RefreshTree ( ) : Task
UploadChunk ( int segment ) : Task
UploadDone ( int segmentsCount, string fileName, string contentType ) : Task

Private Methods

Méthode Description
GetContainerBranch ( string containerId ) : Task
GetObjectBranch ( string containerId, string prefixObj, List objectIds ) : List
GetTree ( ) : Task

Method Details

DownloadFile() public méthode

public DownloadFile ( string containerId, string objectId ) : Task
containerId string
objectId string
Résultat Task

HomeController() public méthode

public HomeController ( ISwiftClient swiftClient ) : System.Collections.Generic
swiftClient ISwiftClient
Résultat System.Collections.Generic

Index() public méthode

public Index ( ) : Task
Résultat Task

PlayVideo() public méthode

public PlayVideo ( string containerId, string objectId ) : Task
containerId string
objectId string
Résultat Task

RefreshTree() public méthode

public RefreshTree ( ) : Task
Résultat Task

UploadChunk() public méthode

public UploadChunk ( int segment ) : Task
segment int
Résultat Task

UploadDone() public méthode

public UploadDone ( int segmentsCount, string fileName, string contentType ) : Task
segmentsCount int
fileName string
contentType string
Résultat Task