08 2024 档案
c#自动生成的web服务代理clientbase如何增加cookie
摘要:control over http headers using clumsy: MyWebServiceClient client = new MyWebServiceClient(); using ( new OperationContextScope( client.InnerChannel ) 阅读全文
posted @ 2024-08-22 13:13 daconglee 阅读(38) 评论(0) 推荐(0)
Playwright.Net下载文件 WaitForDownloadAsync
摘要:Playwright.Net下载文件,使用WaitForDownloadAsync Playwright = await Microsoft.Playwright.Playwright.CreateAsync(); var userDataDir = $"{Directory.GetCurrentD 阅读全文
posted @ 2024-08-12 11:43 daconglee 阅读(126) 评论(0) 推荐(0)