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.
假设我所在地区有几个网站被过滤,为了获得该页面上的一些特定信息,我需要使用代理网站(例如(Thisone))绕过过滤。 我怎样才能将我的邮件发送URL到这些网站并获得结果? 如何在结果内容中搜索特定术语或对象(图像、flash 等)?
URL
您提到的站点似乎没有提供任何可以从 C# 调用的 API。可能您最好的选择是使用Selenium或Watin等工具自动手动输入 url 。
.NET 中的WebClient和WebBrowser组件自动使用系统 Internet Explorer 网络和代理设置(通过控制面板 > Internet 设置)。如果你把它们放在那里,那么你就准备好了。
WebClient
WebBrowser
如果您使用WebBrowser我不知道(我不知道)是否可以手动覆盖代理设置,但WebClient您可以设置WebClient.Proxy属性。
WebClient.Proxy