Tình hình là em đagn xài cái lib Leaf.xNet , link lib ở đây https://github.com/csharp-leaf/Leaf.xNet . Em có 1 cái proxy https với user và pass để đăng nhập. Nhưng ko xài dc bị báo lỗi có pác nào xài xNet rồi help em với ạ Code của em
using (var request = new HttpRequest())
{
var socksProxy = new HttpProxyClient("123.123.123.123", 443, "user", "pass");
request.Proxy = socksProxy;
Html = request.Get("https://whoer.net/").ToString();
}
Lỗi Unable to connect to the HTTP-server 'whoer.net'.
