資源簡介
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
- 上一篇:在線更新服務端,客戶端程序升級
- 下一篇:C#實現窗體的桌面的皮膚應用,程序美化
評論
共有 條評論