Пример #1
0
        public async Task <Stream> CreateAsync()
        {
            await AzureBlobStorageApi.MakeFileAsync(FullName);

            // todo: not tested
            return(await AzureBlobStorageApi.FileStreamAsync(FullName));

            // Return empty memory string
            // return new MemoryStream();
        }