91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.33KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-27
  • 語言: C#
  • 標簽: http??c??

資源簡介

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

評論

共有 條評論