public class SRWebClient { CookieContainer cookie; public SRWebClient() { cookie = new CookieCont " /> www.免费视频,在线视频av大全色久久,欧美video巨大粗暴18

天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

asp.net 需要登陸的網站上下載網頁源代碼和文件

這個是文件下載類:
復制代碼 代碼如下:
using System;
using System.IO;
using System.NET;
using System.Web;

public class SRWebClient
{
CookieContainer cookie;
public SRWebClient()
{
cookie = new CookieContainer();
}

/// <TgData>
/// <Alias>下載Web源代碼</Alias>
/// </TgData>
public string DownloadHtml(string URL)
{
HttpWebRequest request = HttpWebRequest.Create(URL) as HttpWebRequest;
request.CookieContainer = cookie;
request.AllowAutoRedirect = false;

WebResponse res = request.GetResponse();
string r = "";

StreamReader S1 = new StreamReader(res.GetResponseStream(), System.Text.Encoding.Default);
try
{
r = S1.ReadToEnd();
}
catch (Exception er)
{
Log l = new Log();
l.writelog("下載Web錯誤", er.ToString());
}
finally
{
res.Close();
S1.Close();
}

return r;
}

/// <TgData>
/// <Alias>下載文件</Alias>
/// </TgData>
public long DownloadFile(string FileURL, string FileSavePath)
{
long Filelength = 0;
HttpWebRequest req = HttpWebRequest.Create(FileURL) as HttpWebRequest;

req.CookieContainer = cookie;
req.AllowAutoRedirect = true;

HttpWebResponse res = req.GetResponse() as HttpWebResponse;
System.IO.Stream stream = res.GetResponseStream();
try
{
Filelength = res.ContentLength;

byte[] b = new byte[512];

int nReadSize = 0;
nReadSize = stream.Read(b, 0, 512);

System.IO.FileStream fs = System.IO.File.Create(FileSavePath);
try
{
while (nReadSize > 0)
{
fs.Write(b, 0, nReadSize);
nReadSize = stream.Read(b, 0, 512);
}
}
finally
{
fs.Close();
}
}
catch (Exception er)
{
Log l = new Log();
l.writelog("下載文件錯誤", er.ToString());
}
finally
{
res.Close();
stream.Close();
}

return Filelength;
}

/// <TgData>
/// <Alias>提交數據</Alias>
/// </TgData>
public void Request(string RequestPageURL, RequestData Data)
{
string StrUrl = RequestPageURL;
HttpWebRequest request = HttpWebRequest.Create(StrUrl) as HttpWebRequest;
HttpWebResponse response;

string postdata = Data.GetData();
request.Referer = RequestPageURL;
request.AllowAutoRedirect = false;
request.UserAgent = "Mozilla/4.0 (compatible; MSIE 6.01; Windows NT 5.0)";
request.CookieContainer = cookie;

Uri u = new Uri(StrUrl);

if (postdata.Length > 0) //包含要提交的數據 就使用Post方式
{
//作為表單請求
request.ContentType = "application/x-www-form-urlencoded";
//方式就是Post
request.Method = "POST";

//把提交的數據換成字節數組
Byte[] B = System.Text.Encoding.Default.GetBytes(postdata);
request.ContentLength = B.Length;

Stream SW = request.GetRequestStream(); //開始提交數據
SW.Write(B, 0, B.Length);
SW.Close();
}

response = request.GetResponse() as HttpWebResponse;
response.Close();
}
}

這個是提交的數據類:
復制代碼 代碼如下:
using System.Collections;
using System.IO;

public class RequestData
{
ArrayList arr = new ArrayList();
public RequestData()
{

}

public string GetData()
{
string r = "";

for (int i = 0; i < arr.Count; i++)
{
data d = (data) arr[i];
if (r.Length > 0)
r += "&";
r += d.Field + "=" + d.Value;
}
return r;
}

public void AddField(string Field, string Value)
{
data a = new data();
a.Field = Field;
a.Value = Value;

arr.Add(a);
}

struct data
{
public string Field, Value;
}
}

代碼貼完了,下面是測試代碼,因為有些數據涉及到客戶的資料,故隱去
復制代碼 代碼如下:
using NUnit.Framework;

[TestFixture]
public class TestWeb
{
[Test]
public void testDownSEOrder()
{
RequestData data = new RequestData();
data.AddField("name", "abc");
data.AddField("password", "121");

SRWebClient web = new SRWebClient();
web.Request("http://127.0.0.1/login.ASP", data);

string s = web.DownloadHtml("http://127.0.0.1/dingdan.ASP");
System.Console.WriteLine(s);
}

[Test]
public void testDownFile()
{
RequestData data = new RequestData();
data.AddField("name", "aaa");
data.AddField("password", "bbb");

SRWebClient web = new SRWebClient();
web.Request("http://127.0.0.1/login.ASP", data);

web.DownloadFile("http://127.0.0.1/download.ASP?fileid=1", @"c:/a.txt");
}
}

AspNet技術asp.net 需要登陸的網站上下載網頁源代碼和文件,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 青青涩射射 | 少妇内射视频播放舔大片 | 午夜免费无码福利视频麻豆 | 国产精品一久久香蕉国产线看 | 99福利在线观看 | 青春禁区动漫免费观看 | 国产午夜精品理论片在线 | 一个色综合久久 | 精品麻豆一卡2卡三卡4卡乱码 | 久久99国产视频 | 国产成人久久精品AV | 99精品亚洲 | 一二三区乱码不卡手机版 | 十九岁韩国电影在线观看 | 电影果冻传媒在线播放 | 玩高中女同桌肉色短丝袜脚文 | 新图解av吧| 伊人久久青草 | 国产黄A片在线观看永久免费麻豆 | 最新无码国产在线视频2020 | 亚洲第一区欧美日韩精品 | 中文成人在线视频 | 亚洲精品无码AV中文字幕蜜桃 | 久久久久免费视频 | QVOD理论 | 水蜜桃亚洲一二三四在线 | 色就色 综合偷拍区欧美 | 国产精品涩涩涩视频网站 | 久久国产伦子伦精品 | 床伴在线观看免费高清完整泰剧第四集 | 福利视频一二三在线观看 | 国产欧美一区二区三区视频 | 人善交XUANWEN200喷水 | 女教师公车痴汉在线播放 | 亚洲视频免费观看 | 国产AV天堂一区二区三区 | 日韩中文网| 亚洲免费福利在线视频 | 女人夜夜春| 午夜福利08550 | 同桌别揉我奶了嗯啊 |