summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks/TestDirectedMessage.cs
Commit message (Collapse)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-43/+0
|
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-1/+1
| | | | receiving DotNetOpenId merge.
* Applied FxCop fixes.Andrew Arnott2008-10-231-4/+4
|
* Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵Andrew Arnott2008-09-281-1/+1
| | | | requests.
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-4/+8
| | | | Beginning to write a test for the spec's appendix A scenario.
* Removed a lot of DataContract references.Andrew Arnott2008-09-201-1/+0
|
* TestDirectedMessage now derives from TestMessage.Andrew Arnott2008-09-191-44/+2
|
* All tests passing, with more work done.Andrew Arnott2008-09-181-0/+6
|
* MessageDictionary mostly hooked up and most tests passing.Andrew Arnott2008-09-181-4/+8
|
* Added MessageDictionary and supporting classes and tests.Andrew Arnott2008-09-171-0/+7
| | | | Very little documentation is there until I can prove the idea works to solve our signing design problem.
* Stylecop fixes.Andrew Arnott2008-09-131-5/+9
|
* Added check so Channel can guarantee that messages receive all the ↵Andrew Arnott2008-09-131-1/+5
| | | | protections they require.
* Refactored several Messaging classes into the Messaging.Bindings namespace.Andrew Arnott2008-09-131-2/+6
|
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-091-1/+7
|
* More channel work and testing.Andrew Arnott2008-09-031-0/+47