Implemented interface member:
method
AddContentToArchive
Microsoft.Arcade.Common.IZipArchiveManager.AddContentToArchive(System.String, System.String, System.IO.Stream)
2 references to AddContentToArchive
Microsoft.Arcade.Common (2)
ZipArchiveManager.cs (2)
21
await
AddContentToArchive
(archivePath, targetFileName ?? resourceName, fileStream);
45
=>
AddContentToArchive
(archivePath, targetFilename, new MemoryStream(Encoding.UTF8.GetBytes(content)));