If you checked the code in HttpWebRequest by reflector, you might found it has a lot logging support code
sometimes, you do want to check the request behavior on sockets, http level, you can simply turn on the logging. here is a quick how,
change your config to somehow like this,
when you run the app with the httprequest request , you will see the detailed logging
No comments:
Post a Comment