• 大小: 2.91M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 接口  QQ  

资源简介

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    
 * 版权说明:本文可以在保留原文出处的情况下使用于非商业用途,周公对此不作任何担保或承诺。    
 * */
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.xml
............此处省略176个文件信息

评论

共有 条评论