資源簡介
httpclient source code by csharp
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.IO;
using?System.Text;
using?System.Net;
using?System.Web;
namespace?Deerchao.Utility
{
????public?class?HttpClient
????{
????????#region?fields
????????private?bool?keepContext;
????????private?string?defaultLanguage?=?“zh-CN“;
????????private?Encoding?defaultEncoding?=?Encoding.UTF8;
????????private?string?accept?=?“*/*“;
????????private?string?userAgent?=?“Mozilla/4.0?(compatible;?MSIE?6.0;?Windows?NT?5.2;?SV1;?.NET?CLR?1.1.4322;?.NET?CLR?2.0.50727)“;
????????private?HttpVerb?verb?=?HttpVerb.GET;
????????private?HttpClientContext?context;
????????private?readonly?List?files?=?new?List();
????????private?readonly?Dictionary?postingData?=?new?Dictionary();
????????private?string?url;
????????private?WebHeaderCollection?responseHeaders;
????????private?int?startPoint;
????????private?int?endPoint;
????????#endregion
????????#reg
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????21058??2007-08-11?18:27??HttpClient.cs
- 上一篇:動態抓取IPC#實現
- 下一篇:C# 郵件群發示例 源碼下載18952
評論
共有 條評論