Google - "". , happy housewives club forum .
, , , , , . , Google.
, Google Drive SDK Stack Overflow. .
, .
.NET framework 4.0 Src\GoogleApis\Apis\Upload\ResumableUpload.cs CancellationToken token Upload.
do
{
token.ThrowIfCancellationRequested();
bytesSent += SendChunk(contentStream, url, bytesSent);
UpdateProgress(UploadStatus.Uploading, bytesSent);
} while (bytesSent < contentStream.Length);
.
, Upload,
public void Upload()
{
Upload(new CancellationTokenSource().Token);
}
.