我有一个使用 Flurl 客户端的简单发布请求,我想知道如何使用 IP、端口、用户名和密码等信息使用代理发出此请求。string result = await atc.Request(url) .WithHeader("Accept", "application/json") .WithHeader("Content-Type", "application/x-www-form-urlencoded") .WithHeader("Host", "www.website.com") .WithHeader("Origin", "http://www.website.com") .PostUrlEncodedAsync(new { st = colorID, s = sizeID, qty = 1 }) .ReceiveString();
1 回答
- 1 回答
- 0 关注
- 255 浏览
添加回答
举报
0/150
提交
取消