1 implementation of GetStreamAsync
Microsoft.NET.Build.Containers (1)
Registry\DefaultBlobOperations.cs (1)
54public async Task<Stream> GetStreamAsync(string repositoryName, string digest, CancellationToken cancellationToken)
1 reference to GetStreamAsync
Microsoft.NET.Build.Containers (1)
Registry\Registry.cs (1)
428using Stream responseStream = await _registryAPI.Blob.GetStreamAsync(repository, descriptor.Digest, cancellationToken).ConfigureAwait(false);