C# 클래스 withSIX.Sync.Core.Transfer.FileUploaderExtensions

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : void
Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : void
Upload ( this uploader, IAbsoluteFilePath localFile, string url ) : void
Upload ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : void
UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : System.Threading.Tasks.Task
UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : System.Threading.Tasks.Task
UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url ) : System.Threading.Tasks.Task
UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : System.Threading.Tasks.Task

메소드 상세

Upload() 공개 정적인 메소드

public static Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : void
uploader this
localFile IAbsoluteFilePath
uri System.Uri
리턴 void

Upload() 공개 정적인 메소드

public static Upload ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : void
uploader this
localFile IAbsoluteFilePath
uri System.Uri
progress ITransferProgress
리턴 void

Upload() 공개 정적인 메소드

public static Upload ( this uploader, IAbsoluteFilePath localFile, string url ) : void
uploader this
localFile IAbsoluteFilePath
url string
리턴 void

Upload() 공개 정적인 메소드

public static Upload ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : void
uploader this
localFile IAbsoluteFilePath
url string
progress ITransferProgress
리턴 void

UploadAsync() 공개 정적인 메소드

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
uri System.Uri
리턴 System.Threading.Tasks.Task

UploadAsync() 공개 정적인 메소드

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, Uri uri, ITransferProgress progress ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
uri System.Uri
progress ITransferProgress
리턴 System.Threading.Tasks.Task

UploadAsync() 공개 정적인 메소드

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
url string
리턴 System.Threading.Tasks.Task

UploadAsync() 공개 정적인 메소드

public static UploadAsync ( this uploader, IAbsoluteFilePath localFile, string url, ITransferProgress progress ) : System.Threading.Tasks.Task
uploader this
localFile IAbsoluteFilePath
url string
progress ITransferProgress
리턴 System.Threading.Tasks.Task