FW300R路由器自动断线换IP

 /// 
        /// FW300R路由器自动断线换IP
        /// 
        public static void Disconnect()
        {
            //断线请求
            string uri = "http://192.168.1.1/userRpm/PPPoECfgRpm.htm?wan=0&wantype=2&acc=07720090868&psw=Hello123World&confirm=Hello123World&specialDial=100&SecType=0&sta_ip=0.0.0.0&sta_mask=0.0.0.0&linktype=2&Disconnect=%B6%CF+%CF%DF";
            string sUser = "admin";
            string sPwd = "admin";
            string sDomain = "";
            NetworkCredential oCredential;
            HttpWebRequest oRequest = (HttpWebRequest)WebRequest.Create(uri);
            if (oRequest != null)
            {
                oRequest.ProtocolVersion = HttpVersion.Version11;// send request
                oRequest.Method = "GET";
                oRequest.ContentType = "application/x-www-form-urlencoded";
                oRequest.UserAgent = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36";
                oRequest.Referer = "http://192.168.1.1";
                oRequest.Headers.Add("Authorization", "Basic YWRtaW46NDY2NjYyNzc=");
                oRequest.KeepAlive = true;
                oRequest.Accept = "text/html,application/xhtml+xml,application/xml;q=0.9,p_w_picpath/webp,*/*;q=0.8";
                if (sUser != String.Empty)
                {
                    oCredential = new NetworkCredential(sUser, sPwd, sDomain);
                    oRequest.Credentials = oCredential.GetCredential(new Uri(uri), String.Empty);
                }
                else
                {
                    oRequest.Credentials = CredentialCache.DefaultCredentials;
                }
                StreamReader sr = new StreamReader(oRequest.GetResponse().GetResponseStream(), System.Text.Encoding.Default);
                string line = sr.ReadToEnd();
                sr.Close();
                if (line.IndexOf("WAN口设置") > -1)//登录成功
                {
                    Console.WriteLine("断开登录成功");
                }
                else
                {
                    Console.WriteLine("断开登录失败");
                }
            }
        }

名称栏目:FW300R路由器自动断线换IP
当前网址:http://lszwz.com/article/pdojoe.html

其他资讯

售后响应及时

7×24小时客服热线

数据备份

更安全、更高效、更稳定

价格公道精准

项目经理精准报价不弄虚作假

合作无风险

重合同讲信誉,无效全额退款