public class SRWebClient { CookieContainer cookie; public SRWebClient() { cookie = new CookieCont " /> 一级片黄色一级片,国产成人a毛片,欧美日韩亚洲成人

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

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

這個是文件下載類:
復(fù)制代碼 代碼如下:
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>提交數(shù)據(jù)</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) //包含要提交的數(shù)據(jù) 就使用Post方式
{
//作為表單請求
request.ContentType = "application/x-www-form-urlencoded";
//方式就是Post
request.Method = "POST";

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

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

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

這個是提交的數(shù)據(jù)類:
復(fù)制代碼 代碼如下:
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;
}
}

代碼貼完了,下面是測試代碼,因為有些數(shù)據(jù)涉及到客戶的資料,故隱去
復(fù)制代碼 代碼如下:
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技術(shù)asp.net 需要登陸的網(wǎng)站上下載網(wǎng)頁源代碼和文件,轉(zhuǎn)載需保留來源!

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

主站蜘蛛池模板: 视频一区二区三区自拍 | 男女精品视频 | 精品a级片 | 国产亚洲精品观看91在线 | 国产精品久久久久久久久鸭 | 久久免费特黄毛片 | 色网站在线 | 伊人热人久久中文字幕 | 国内精品线在线观看 | 美女国内精品自产拍在线播放 | 九月婷婷综合婷婷 | 伊人99综合 | 国产福利在线观看精品 | 国产成人精品日本亚洲直接 | 草草视频免费看 | 国产一级一极性活片 | 小说区图片区视频区 | 午夜激情视频专区在线观看网站大全 | 麻豆 国产 | 秋霞影音先锋一区二区 | 久久综合丝袜日本网 | 久久国产精品99久久久久久牛牛 | 欧美成人在线视频 | 欧美激情一区二区三区中文字幕 | 国产91在线视频 | 91电视 | 国产精品一区二区在线观看 | 黄视频网页 | 免费一级做a爰片性色毛片 免费一看一级毛片人 | 精品久久久久久综合网 | 午夜久久免费视频 | 九九视频在线看精品 | 久久大香伊蕉在人线国产昨爱 | 国产第一页久久亚洲欧美国产 | 精品国产一区二区三区不卡在线 | 五月婷婷开心 | 国产区成人精品视频 | 亚洲国产乱码在线精品 | 国产++欧洲韩国野花视频 | 黄色片视频在线播放 | 中文字幕在线有码高清视频 |