Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用具有不同网络凭据的 System.Drawing.Image.Save 保存图像文件的最佳方法是什么?我的代码如下所示:
origFrame.Save(System.IO.Path.Combine(directoryName, filename))
但是,该路径位于不同的域中,因此我想通过该调用传递一些网络凭据,但我该怎么做呢?
编辑:为了使问题进一步复杂化,源机器在工作组中,而目标机器在域中。我试过 WNetAddConnection2 但我无法让它工作。