ProGet SDK Reference
Version:

OpenBlobAsync(DockerDigest digest) Method

Opens the blob with the specified content digest for reading.

Syntax

public abstract Task<System.IO.Stream> OpenBlobAsync(DockerDigest digest)

Parameters

digest
Type: DockerDigest

The content digest of the blob.

Returns

Stream backed by the blob.