Tweetinvi或TweetSharp内部代理



我在程序中使用Tweetinvi在Twitter中搜索,但我正在访问Internet Throw代理。当我在代理中运行程序时,Tweetinvi face错误。

有帮助吗?

请检查使用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";

最新更新