Community

WebClient and GetWebResponse not firing on Async Requests

(Rick Strahl) Here’s a little oddity I ran into today: When you’re using the good old simple WebClient class you can subclass WebClient and capture the HttpWebResponse object. This is useful because WebClient doesn’t expose any of the important HTTP results like Http status code or headers. WebClien

Read More - Register for Free Membership