ProGet SDK Reference
Version:

ContinueUploadAsync(string uploadId) Method

Continues a previously started upload.

Syntax

public abstract Task<System.IO.Stream> ContinueUploadAsync(string uploadId)

Parameters

uploadId
Type: string

The unique ID for the upload.

Returns

Stream to which the upload data is to be written.