OpenDownloadPackage
Opens a package for download.
Method declaration
Stream OpenDownloadPackage (string packageId, string computerId)
Parameters
packageId
Data type: string
The package ID representing the download package. The ID returned from a Get Project-info request.
packageId must be unique across all clients.
computerId
Data type: string
The GUID that is used to register with the server.
Return value
The stream object that can be used to read or write data to the server.
See also