C# 클래스 SwiftClient.AspNetCore.Demo.Controllers.HomeController

상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: vtfuture/SwiftClient

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetContainerBranch ( string containerId ) : Task
GetObjectBranch ( string containerId, string prefixObj, List objectIds ) : List
GetTree ( ) : Task

메소드 상세

DownloadFile() 공개 메소드

public DownloadFile ( string containerId, string objectId ) : Task
containerId string
objectId string
리턴 Task

HomeController() 공개 메소드

public HomeController ( ISwiftClient swiftClient ) : System.Collections.Generic
swiftClient ISwiftClient
리턴 System.Collections.Generic

Index() 공개 메소드

public Index ( ) : Task
리턴 Task

PlayVideo() 공개 메소드

public PlayVideo ( string containerId, string objectId ) : Task
containerId string
objectId string
리턴 Task

RefreshTree() 공개 메소드

public RefreshTree ( ) : Task
리턴 Task

UploadChunk() 공개 메소드

public UploadChunk ( int segment ) : Task
segment int
리턴 Task

UploadDone() 공개 메소드

public UploadDone ( int segmentsCount, string fileName, string contentType ) : Task
segmentsCount int
fileName string
contentType string
리턴 Task