summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/HttpRequestHeaders.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵Andrew Arnott2012-04-191-0/+5
| | | | works in the sample.
* Fixed StyleCop messages.Andrew Arnott2012-03-051-5/+5
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-0/+27
.NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.