system.net.webexception:远程服务器返回错误:(403)禁止

时间:2020-04-18 10:21:37

标签: c#

我尝试运行项目时得到System.Net.WebException: remote server returned an error: (403) forbidden

namespace Ayy_Hook
{
    internal class Settings
    {
        public static string UserAgentString = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36";
        public static string version = "1";
        public static string Check = "http://*******.beget.tech/forums/version.txt";
        public static string Update = "http://*******.beget.tech/forums/loader.exe";
        public static string Auth = "http://*******.beget.tech/forums/check.php";
        public static string CSGO = "http://*******.beget.tech/forums/niggerware.dll";
        public static string CSGOI = "http://*******.beget.tech/forums/niggerware.dll";
        public static string Pathy = @"C:\ayyhook\";
        public static string Save = "C:\\ayyhook\\haha.dll";
    }
}

0 个答案:

没有答案