summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/SignInWithTwitter.aspx.cs
Commit message (Collapse)AuthorAgeFilesLines
* Reverted part of commit 2704b0fb445.Andrew Arnott2011-09-281-1/+1
| | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message.
* Added OutgoingWebResponse.Respond method to replace its Send method, and ↵Andrew Arnott2011-06-231-1/+1
| | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-0/+39
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.