summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/TestWebRequestHandler.cs
Commit message (Collapse)AuthorAgeFilesLines
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-1/+1
| | | | But some unit tests still fail, and there are other issues.
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵Andrew Arnott2009-03-151-4/+4
| | | | IncomingWebResponse.
* Refactored IDirectWebRequestHandler to take a set of options rather than be ↵Andrew Arnott2009-01-301-1/+13
| | | | | | two interfaces. Finally got receiving HTTP 400 error responses working.
* Fixed the channel's POST entity writing.Andrew Arnott2009-01-121-7/+19
| | | | The HTTP Content-Length was being set to the number of characters in the response instead of the number of bytes.
* Added discovery and around 60 tests. The discovery and a few other tests ↵Andrew Arnott2008-11-241-1/+17
| | | | still fail, but we're making progress.
* Added YADIS and other discovery, XRDS, untrusted web requests.Andrew Arnott2008-11-231-3/+3
| | | | Hundreds of StyleCop messages and some FxCop as well. Some refactoring definitely went into the new files from their DotNetOpenId origins, but there is much more to do.
* Added tests for OpenIdChannel and KeyValueForm encoder.Andrew Arnott2008-11-081-0/+30
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+46