开发者

Capturing the HTTP requests using .NET

开发者 https://www.devze.com 2023-02-17 21:21 出处:网络
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:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消