1. 程式人生 > >C#源碼發送簡單的HTTP請求

C#源碼發送簡單的HTTP請求

ati con collect ner stat toe 關於 代碼 []

如下代碼內容是關於C#發送簡單的HTTP請求的代碼,應該能對大家有用處。


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using System.IO;
namespace WRApp
{
class Program
{
static void Main(string[] args)
{
WebResponse resp = req.GetResponse();
StreamReader reader = new StreamReader(resp.GetResponseStream(), Encoding.ASCII);

Console.WriteLine(reader.ReadToEnd()); }
}
}
}




C#源碼發送簡單的HTTP請求