第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

由于目標(biāo)機(jī)器主動(dòng)拒絕連接,所以無法連接?

由于目標(biāo)機(jī)器主動(dòng)拒絕連接,所以無法連接?

C#
哈士奇WWW 2019-06-23 17:11:41
由于目標(biāo)機(jī)器主動(dòng)拒絕連接,所以無法連接?有時(shí),當(dāng)我對(duì)WebService執(zhí)行HttpWebRequest時(shí),會(huì)收到以下錯(cuò)誤。下面我也復(fù)制了我的代碼。ServicePointManager.CertificatePolicy = new TrustAllCertificatePolicy();HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url); request.PreAuthenticate = true;request.Credentials = networkCredential(sla);request.Method = WebRequestMethods.Http.Post; request.ContentType = "application/x-www-form-urlencoded";request.Timeout = v_Timeout * 1000; if (url.IndexOf("asmx") > 0 && parStartIndex > 0){     AppHelper.Logger.Append("#############" + sla.ServiceName);     using (StreamWriter reqWriter = new StreamWriter(request.GetRequestStream()))     {                                 while (true)         {             int index01 = parList.Length;             int index02 = parList.IndexOf("=");             if (parList.IndexOf("&") > 0)                 index01 = parList.IndexOf("&");             string parName = parList.Substring(0, index02);             string parValue = parList.Substring(index02 + 1, index01 - index02 - 1);             reqWriter.Write("{0}={1}", HttpUtility.UrlEncode(parName), HttpUtility.UrlEncode(parValue));              if (index01 == parList.Length)                  break;              reqWriter.Write("&");              parList = parList.Substring(index01 + 1);          }      }  }  else  {      request.ContentLength = 0;  }  response = (HttpWebResponse)request.GetResponse();
查看完整描述

3 回答

  • 3 回答
  • 0 關(guān)注
  • 1112 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)