C# Class CSharpSDKExamples.ResumableUpload

Datei anzeigen Open project: qiniu/csharp-sdk

Public Methods

Method Description
uploadBigFile ( ) : void

Private Methods

Method Description
OnUploadCompleted ( string key, Qiniu.Http.ResponseInfo respInfo, string respJson ) : void
OnUploadProgressChanged ( string key, double percent ) : void

Method Details

uploadBigFile() public static method

public static uploadBigFile ( ) : void
return void