summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/CoordinatingUserAgentResponse.cs
Commit message (Collapse)AuthorAgeFilesLines
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵Andrew Arnott2009-03-151-34/+0
| | | | IncomingWebResponse.
* Constructors on all OpenID direct response messages now require the OpenID ↵Andrew Arnott2009-02-091-0/+5
| | | | | | version of the message, allowing for RPs to receive response messages in versions differing from their request message. Also added test to verify this, and OpenIdProvider error messages w/o requiring ASP.NET hosting.
* Fixed mock CoordinatingChannel to send direct responses and indirect ↵Andrew Arnott2009-01-031-0/+29
messages while more truly simulating the ordinary channel experience.