我在我的程序中使用tweetinvi在Twitter上搜索,但我可以访问互联网抛出代理。当我在代理内部运行一个程序时,tweetinvi会出现错误。
有什么帮助吗?
发布于 2016-06-30 23:06:54
请查看使用Tweetinvi代理的文档。
https://github.com/linvi/tweetinvi/wiki/Configuration
// Simple proxy
TweetinviConfig.CurrentThreadSettings.ProxyURL = "http://228.23.13.21:4287";
// Proxy with password
TweetinviConfig.CurrentThreadSettings.ProxyURL = "http://username:password@228.23.13.21:4287";https://stackoverflow.com/questions/38116898
复制相似问题