資源簡介
webqq接口實例,含測試項目
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Net.Security;
using?System.Security.Cryptography.X509Certificates;
using?System.Net;
using?System.IO;
using?System.IO.Compression;
using?System.Text.Regularexpressions;
/*????
?*?作者:周公(zhoufoxcn)????
?*?日期:2011-05-08????
?*?原文出處:http://blog.csdn.net/zhoufoxcn?或http://zhoufoxcn.blog.51cto.com????
?*?版權說明:本文可以在保留原文出處的情況下使用于非商業用途,周公對此不作任何擔?;虺兄Z。????
?*?*/
namespace?Http
{
????///???
????///?有關HTTP請求的輔助類??
????///? ??
????public?class?HttpWebResponseUtility
????{
????????private?static?readonly?string?DefaultUserAgent?=?“Mozilla/4.0?(compatible;?MSIE?6.0;?Windows?NT?5.2;?SV1;?.NET?CLR?1.1.4322;?.NET?CLR?2.0.50727)“;
????????///???
????????///?創建GET方式的HTTP請求??
?????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\
?????文件???????56400??2013-04-08?13:50??WebQQ_Interface\How_It_Work.png
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\HTTP\
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\HTTP\bin\
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\HTTP\bin\Debug\
?????文件????????7168??2013-04-08?13:50??WebQQ_Interface\HTTP\bin\Debug\HTTP.dll
?????文件???????22016??2013-04-08?13:50??WebQQ_Interface\HTTP\bin\Debug\HTTP.pdb
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\HTTP\bin\Release\
?????文件????????6129??2013-04-08?13:50??WebQQ_Interface\HTTP\Class_Http.cs
?????文件????????2109??2013-04-08?13:50??WebQQ_Interface\HTTP\HTTP.csproj
?????文件?????????227??2013-04-08?13:50??WebQQ_Interface\HTTP\HTTP.csproj.user
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\HTTP\obj\
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\HTTP\obj\Debug\
?????文件????????5089??2013-04-08?13:50??WebQQ_Interface\HTTP\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????282??2013-04-08?13:50??WebQQ_Interface\HTTP\obj\Debug\HTTP.csproj.FileListAbsolute.txt
?????文件????????7168??2013-04-08?13:50??WebQQ_Interface\HTTP\obj\Debug\HTTP.dll
?????文件???????22016??2013-04-08?13:50??WebQQ_Interface\HTTP\obj\Debug\HTTP.pdb
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\HTTP\obj\Debug\TempPE\
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\HTTP\Properties\
?????文件????????1340??2013-04-08?13:50??WebQQ_Interface\HTTP\Properties\AssemblyInfo.cs
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\Platform_Test\
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\
?????目錄???????????0??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\
?????文件????????7168??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\HTTP.dll
?????文件???????22016??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\HTTP.pdb
?????文件??????406016??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\Newtonsoft.Json.dll
?????文件???????16896??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\Platform_Test.exe
?????文件???????30208??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\Platform_Test.pdb
?????文件???????11608??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\Platform_Test.vshost.exe
?????文件?????????490??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\Platform_Test.vshost.exe.manifest
?????文件?????????652??2013-04-08?13:50??WebQQ_Interface\Platform_Test\bin\Debug\Platform_Test.xm
............此處省略176個文件信息
評論
共有 條評論