Capturing the HTTP requests using .NET
How can I capture all the http requests for a particular URL开发者_如何学运维 in .NET?
you may use HttpContext class in System.Web namespace. refer the link below:
http://msdn.microsoft.com/en-us/library/system.web.httpcontext.aspx
精彩评论