what class can analyse HTTP?
i want find a class which can analyse HTTP.
i have the HTTP string,
HTTP 1.0
Connection: keep-alive
Browser: IE40
........
i want input the HTTP string and the class can out put anything i need.
such as System.Web.HttpRequest is very good.but i can't find any method can input string, what class should i use?
Answers (2)
0
Hi Siri,
Try this...
Edit your app config file
<add key="DBCon" value="Data Source=SU86;Initial Catalog=siri;Integrated Security=True"/>
Thanks