• 大小: 6.73KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: http  C#  网络  c    

资源简介

C#实现的http的 网络通用库

 

资源截图

代码片段和文件信息

/// 
/// 类说明:HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理
/// 重要提示:请不要自行修改本类,如果因为你自己修改后将无法升级到新版本。如果确实有什么问题请到官方网站提建议,
/// 我们一定会及时修改
/// 编码日期:2011-09-20
/// 编 码 人:苏飞
/// 联系方式:361983679  
/// 官方网址:http://www.sufeinet.com/thread-3-1-1.html
/// 修改日期:2017-01-16
/// 版 本 号:1.8
/// 

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 DotNet.Utilities
{
    /// 
    /// Http连接操作帮助类
    /// 

    public class HttpHelper
    {

        #region 预定义方变量
        //默认的编码
        private Encoding encoding = Encoding.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      32913  2017-01-16 11:16  HttpHelperV1.8-Net2.0版\HttpHelper.cs

     目录          0  2017-07-15 16:17  HttpHelperV1.8-Net2.0版

----------- ---------  ---------- -----  ----

                32913                    2


评论

共有 条评论