summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/IProtocolMessage.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed HTTP Authorization header to not include extra parameters.Andrew Arnott2008-10-021-3/+2
| | | | Combined the AdditionalParametersInHttpRequest and ExtraData concepts
* Refactored ServiceProviderEndpoints into ServiceProviderDescription and made ↵Andrew Arnott2008-09-281-1/+1
| | | | several classes and interfaces public.
* Refactored the OAuth messages with a base class, and satisfied StyleCop.Andrew Arnott2008-09-211-1/+1
|
* Added MessageDictionary and supporting classes and tests.Andrew Arnott2008-09-171-0/+9
| | | | Very little documentation is there until I can prove the idea works to solve our signing design problem.
* Refactored several Messaging classes into the Messaging.Bindings namespace.Andrew Arnott2008-09-131-1/+6
|
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-091-1/+0
|
* Lots of design work on the channel stack.Andrew Arnott2008-09-021-0/+1
|
* Moved messaging infrastructure to its own namespace.Andrew Arnott2008-09-011-0/+41