資源簡(jiǎn)介
C#實(shí)現(xiàn)的http的 網(wǎng)絡(luò)通用庫(kù)
代碼片段和文件信息
///?
///?類(lèi)說(shuō)明:HttpHelper類(lèi),用來(lái)實(shí)現(xiàn)Http訪(fǎng)問(wèn),Post或者Get方式的,直接訪(fǎng)問(wèn),帶Cookie的,帶證書(shū)的等方式,可以設(shè)置代理
///?重要提示:請(qǐng)不要自行修改本類(lèi),如果因?yàn)槟阕约盒薷暮髮o(wú)法升級(jí)到新版本。如果確實(shí)有什么問(wèn)題請(qǐng)到官方網(wǎng)站提建議,
///?我們一定會(huì)及時(shí)修改
///?編碼日期:2011-09-20
///?編?碼?人:蘇飛
///?聯(lián)系方式:361983679??
///?官方網(wǎng)址:http://www.sufeinet.com/thread-3-1-1.html
///?修改日期:2017-01-16
///?版?本?號(hào):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連接操作幫助類(lèi)
????///?
????public?class?HttpHelper
????{
????????#region?預(yù)定義方變量
????????//默認(rèn)的編碼
????????private?Encoding?encoding?=?Encoding.
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件??????32913??2017-01-16?11:16??HttpHelperV1.8-Net2.0版\HttpHelper.cs
?????目錄??????????0??2017-07-15?16:17??HttpHelperV1.8-Net2.0版
-----------?---------??----------?-----??----
????????????????32913????????????????????2
評(píng)論
共有 條評(píng)論