資源簡介
C#掃描代理IP
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Net;
using?System.IO;
using?System.Text.Regularexpressions;
using?System.IO.Compression;
using?System.Security.Cryptography.X509Certificates;
using?System.Net.Security;
namespace?GetProxyIP
{
????///?
????///?Http連接操作幫助類
????///?
????public?class?HttpHelper
????{
????????#region?預(yù)定義方法或者變更
????????//默認(rèn)的編碼
????????private?Encoding?encoding?=?Encoding.Default;
????????//Post數(shù)據(jù)編碼
????????private?Encoding?postencoding?=?Encoding.Default;
????????//HttpWebRequest對象用來發(fā)起請求
????????private?HttpWebRequest?request?=?null;
????????//獲取影響流的數(shù)據(jù)對象
????????private?HttpWebResponse?response?=?null;
????????///?
????????///?根據(jù)相傳入的數(shù)據(jù),得到相應(yīng)頁面數(shù)據(jù)
????????///?
???????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-08-26?13:23??GetPorxyIP\bin\
?????目錄???????????0??2014-08-26?13:23??GetPorxyIP\bin\x86\
?????目錄???????????0??2014-08-27?15:59??GetPorxyIP\bin\x86\Debug\
?????文件??????540672??2014-08-27?15:59??GetPorxyIP\bin\x86\Debug\DB.mdb
?????文件???????35328??2014-08-26?12:19??GetPorxyIP\bin\x86\Debug\GetProxyIP.exe
?????文件???????60928??2014-08-26?12:19??GetPorxyIP\bin\x86\Debug\GetProxyIP.pdb
?????文件???????24224??2014-08-26?12:19??GetPorxyIP\bin\x86\Debug\GetProxyIP.vshost.exe
?????文件????????6144??2014-08-19?16:09??GetPorxyIP\bin\x86\Debug\QQClent.dll
?????目錄???????????0??2014-08-26?13:23??GetPorxyIP\bin\x86\Release\
?????文件??????540672??2014-08-26?11:12??GetPorxyIP\bin\x86\Release\DB.mdb
?????文件???????33280??2014-08-26?11:13??GetPorxyIP\bin\x86\Release\GetProxyIP.exe
?????文件???????56832??2014-08-26?11:13??GetPorxyIP\bin\x86\Release\GetProxyIP.pdb
?????文件???????24224??2014-08-26?11:13??GetPorxyIP\bin\x86\Release\GetProxyIP.vshost.exe
?????文件?????????490??2010-03-17?22:39??GetPorxyIP\bin\x86\Release\GetProxyIP.vshost.exe.manifest
?????文件????????6144??2014-08-19?16:09??GetPorxyIP\bin\x86\Release\QQClent.dll
?????文件????????6155??2014-08-26?11:12??GetPorxyIP\GetProxyIP.csproj
?????文件?????????228??2014-08-25?16:49??GetPorxyIP\GetProxyIP.csproj.user
?????目錄???????????0??2014-08-26?13:23??GetPorxyIP\Global\
?????文件????????3122??2014-08-26?11:10??GetPorxyIP\Global\G_Function.cs
?????文件?????????924??2014-08-26?11:09??GetPorxyIP\Global\G_Variables.cs
?????文件???????23990??2014-08-22?13:48??GetPorxyIP\HttpHelper.cs
?????文件????????8280??2014-08-26?12:19??GetPorxyIP\MainForm.cs
?????文件????????7064??2014-08-26?11:31??GetPorxyIP\MainForm.Designer.cs
?????文件????????6216??2014-08-26?11:31??GetPorxyIP\MainForm.resx
?????目錄???????????0??2014-08-26?13:23??GetPorxyIP\obj\
?????目錄???????????0??2014-08-26?13:23??GetPorxyIP\obj\Debug\
?????文件????????7046??2014-08-21?19:11??GetPorxyIP\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????852??2014-08-21?20:24??GetPorxyIP\obj\Debug\GetProxyIP.csproj.FileListAbsolute.txt
?????文件?????????980??2014-08-21?20:24??GetPorxyIP\obj\Debug\GetProxyIP.csproj.GenerateResource.Cache
?????文件???????29696??2014-08-21?20:24??GetPorxyIP\obj\Debug\GetProxyIP.exe
?????文件?????????180??2014-08-21?20:24??GetPorxyIP\obj\Debug\GetProxyIP.MainForm.resources
............此處省略71個(gè)文件信息
評論
共有 條評論