WebRequest and SSL Connection Problems
Posted by: Rick Strahls WebLog,
on 17 Apr 2007 |
View original | Bookmarked: 0 time(s)
Over the weekend I got a message from Chris on the message board. He ran into problems with my Credit Class processing classes for .NET that I posted some time ago. Basically what happens is this:
You connect to a secure site with WebRequest and the first request works perfectly fine. Then a second request is done quickly thereafter and the second request will always fail. A typical exception in this scenario might be:
A first chance exception of type 'System.ObjectDisposedException'...