summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/CoordinatingOAuthChannel.cs
Commit message (Expand)AuthorAgeFilesLines
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-170/+0
* Fixed build breaks and StyleCop messages from prior commit.Andrew Arnott2011-04-061-10/+10
* Merge branch 'master' into openiduxAndrew Arnott2009-11-011-1/+2
|\
| * Merge branch 'master' into contractsAndrew Arnott2009-06-251-1/+1
| |\
| * | Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-1/+2
* | | Fixed build break introduced in 0f5556420674886b14723898890f3b492a3854a8.Andrew Arnott2009-10-291-2/+2
| |/ |/|
* | Cleaned up distinction between public and rewritten request URLs.Andrew Arnott2009-06-181-1/+1
|/
* Split up ITokenManager into two derived interfaces to better fit Consumer and...Andrew Arnott2009-04-081-4/+16
* Renamed a couple of methods:Andrew Arnott2009-03-151-2/+2
* Renamed some methods on the Channel class to be more consistent.Andrew Arnott2009-03-151-3/+3
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to In...Andrew Arnott2009-03-151-7/+7
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-3/+4
* Renamed all the Channel virtual methods that end with Internal to end with Core.Andrew Arnott2009-03-101-2/+2
* Constructors on all OpenID direct response messages now require the OpenID ve...Andrew Arnott2009-02-091-2/+3
* A touch of refactoring and C# warning resolution.Andrew Arnott2008-11-241-7/+7
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-9/+22
* Added very basic OpenID message passing scenario test.Andrew Arnott2008-11-091-3/+3
* Refactored test coordinator so it can be used with OpenID as well as OAuth.Andrew Arnott2008-11-081-0/+142